Click or drag to resize

Point3GreaterThan Operator

Compare two points for greater 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 components of a are larger than those of b.
See Also