Click or drag to resize

Transform3CompareTo Method

Compares this transform with another transform.

M33 has highest value, then M32, etc..

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int CompareTo(
	Transform3 other
)

Parameters

other
Type: Karamba.GeometryTransform3
Another transform.

Return Value

Type: Int32
-1 if this < other; 0 if both are equal; 1 otherwise.

Implements

IComparableTCompareTo(T)
See Also