Writes the specified convex.

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

Syntax

C#
protected void Write(
	Convex c
)
Visual C++
protected:
void Write(
	Convex^ c
)
F#
member Write : 
        c:Convex -> unit 

Parameters

c
Type: Spherical..::..Convex
The convex.

See Also