Parses a string of 'CONVEX x1 y1 z1 d1 x2... dN' into a Convex

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

Syntax

C#
public static Convex Parse(
	string repr,
	bool normalize
)
Visual C++
public:
static Convex^ Parse(
	String^ repr, 
	bool normalize
)
F#
static member Parse : 
        repr:string * 
        normalize:bool -> Convex 

Parameters

repr
Type: System..::..String
The string representation.
normalize
Type: System..::..Boolean
The flag that detemines whether the input vectors are normalized.

Return Value

[Missing <returns> documentation for "M:Spherical.Convex.Parse(System.String,System.Boolean)"]

See Also