Click or drag to resize

Vector3GreaterThan Operator

Compare vectors.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool operator >(
	Vector3 a,
	Vector3 b
)

Parameters

a
Type: Karamba.GeometryVector3

[Missing <param name="a"/> documentation for "M:Karamba.Geometry.Vector3.op_GreaterThan(Karamba.Geometry.Vector3,Karamba.Geometry.Vector3)"]

b
Type: Karamba.GeometryVector3

[Missing <param name="b"/> documentation for "M:Karamba.Geometry.Vector3.op_GreaterThan(Karamba.Geometry.Vector3,Karamba.Geometry.Vector3)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Karamba.Geometry.Vector3.op_GreaterThan(Karamba.Geometry.Vector3,Karamba.Geometry.Vector3)"]

See Also