Click or drag to resize

Point3CompareTo Method

compares two points.

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

Parameters

other
Type: Karamba.GeometryPoint3
otherpoint to be tested

Return Value

Type: Int32
true if the distance of the points from the origin are the same

Implements

IComparableTCompareTo(T)
See Also