Simplifies the description of convex by computing the roots and the optimal representation.

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

Syntax

C#
public bool Simplify()
Visual C++
public:
bool Simplify()
F#
member Simplify : unit -> bool 

Return Value

The return value is 'false' if the convex is empty, and 'true' otherwise.

See Also