Parses a string of "x y z d" into a halfspace.

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

Syntax

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

Parameters

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

Return Value

The halfspace derived from the string.

See Also