Click or drag to resize

Vector3LessThan Operator

Compare vectors.

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

Parameters

a
Type: Karamba.GeometryVector3
First vector.
b
Type: Karamba.GeometryVector3
Second vector.

Return Value

Type: Boolean
True if all components of a are smaller then those of b.
See Also