Click or drag to resize

Point3LessThan Operator

Compare points for smaller than.

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

Parameters

a
Type: Karamba.GeometryPoint3
First point.
b
Type: Karamba.GeometryPoint3
Second point.

Return Value

Type: Boolean
True if all a-components are smaller than the b-components.
See Also