Click or drag to resize

Point3LessThan 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 <(
	Point3 a,
	Point3 b
)

Parameters

a
Type: Karamba.GeometryPoint3

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

b
Type: Karamba.GeometryPoint3

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

Return Value

Type: Boolean

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

See Also