Click or drag to resize

Vector3CompareTo Method

compares this to other vector based on the distance to the origin

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

Parameters

other
Type: Karamba.GeometryVector3
other vector

Return Value

Type: Int32
true if both vectors have same distance to the origin

Implements

IComparableTCompareTo(T)
See Also