Parses string "REGION {CONVEX ...}" into a region.

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

Syntax

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

Parameters

repr
Type: System..::..String
The string representation of the region.
normalize
Type: System..::..Boolean
The flag determines whether to normalize vector while reading.

Return Value

The read region.

See Also