Point3LessThan Operator
Compare points for smaller than.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static bool operator <(
Point3 a,
Point3 b
)
Public Shared Operator < (
a As Point3,
b As Point3
) As Boolean
public:
static bool operator <(
Point3 a,
Point3 b
)
static let inline (<)
a : Point3 *
b : Point3 : bool
- a Point3
- First point.
- b Point3
- Second point.
BooleanTrue if all a-components are smaller than the b-components.