Creates a region with a single halfspace in it.

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

Syntax

C#
public Region(
	Halfspace halfspace
)
Visual C++
public:
Region(
	Halfspace halfspace
)
F#
new : 
        halfspace:Halfspace -> Region

Parameters

halfspace
Type: Spherical..::..Halfspace
The halfspace to store.

See Also