Represents a halfspace that contains the entire sphere.

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

Syntax

C#
public static readonly Halfspace UnitSphere
Visual C++
public:
static initonly Halfspace UnitSphere
F#
static val UnitSphere: Halfspace

Remarks

It is the same as new Halfspace(0,0,1,false,-1).

See Also