Parses an input string of "x y z" into a Cartesian

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

Syntax

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

Parameters

repr
Type: System..::..String

[Missing <param name="repr"/> documentation for "M:Spherical.Cartesian.Parse(System.String,System.Boolean)"]

normalize
Type: System..::..Boolean

[Missing <param name="normalize"/> documentation for "M:Spherical.Cartesian.Parse(System.String,System.Boolean)"]

Return Value

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

See Also