| QuaternionF Constructor (Single, Vector3F) |
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public QuaternionF(
float w,
Vector3F v
)
Public Sub New (
w As Single,
v As Vector3F
)
public:
QuaternionF(
float w,
Vector3F v
)
new :
w : float32 *
v : Vector3F -> QuaternionF
Parameters
- w
- Type: SystemSingle
The initial value for scalar component w. - v
- Type: DigitalRune.Mathematics.AlgebraVector3F
The initial values for the vector component (x, y, z).
See Also