Gets value determining whether halfspaces are sorted.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public bool Sorted { get; set; }
Visual C++
public:
property bool Sorted {
	bool get ();
	void set (bool value);
}
F#
member Sorted : bool with get, set

Remarks

Sorting is by Halfspace.ComparisonRadiusXYZ().

See Also