Click or drag to resize
DigitalRuneQuaternionFParse Method (String)
Converts the string representation of a quaternion to its QuaternionF equivalent.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static QuaternionF Parse(
	string s
)

Parameters

s
Type: SystemString
A string representation of a 4-dimensional vector.

Return Value

Type: QuaternionF
A QuaternionF that represents the vector specified by the s parameter.
Exceptions
ExceptionCondition
FormatExceptions is not a valid QuaternionF.
See Also