Adds a convex to the list.

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

Syntax

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

Parameters

c
Type: Spherical..::..Convex
The convex to be added.

See Also