Writes the specified halfspace.

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

Syntax

C#
protected void Write(
	Halfspace h
)
Visual C++
protected:
void Write(
	Halfspace h
)
F#
member Write : 
        h:Halfspace -> unit 

Parameters

h
Type: Spherical..::..Halfspace
The halfspace.

See Also