| QuaternionF Conversion (QuaternionF to ListSingle) |
Converts the vector to a list of 4 float values: (w, x, y, z).
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public static explicit operator List<float> (
QuaternionF quaternion
)
Public Shared Narrowing Operator CType (
quaternion As QuaternionF
) As List(Of Single)
static explicit operator List<float>^ (
QuaternionF quaternion
)
F# does not support the declaration of new casting operators.
Parameters
- quaternion
- Type: DigitalRune.Mathematics.AlgebraQuaternionF
The quaternion.
Return Value
Type:
ListSingleThe list with 4
float values (w, x, y, z).
See Also