| QuaternionD Constructor (Double, Vector3D) |
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public QuaternionD(
double w,
Vector3D v
)
Public Sub New (
w As Double,
v As Vector3D
)
public:
QuaternionD(
double w,
Vector3D v
)
new :
w : float *
v : Vector3D -> QuaternionD
Parameters
- w
- Type: SystemDouble
The initial value for scalar component w. - v
- Type: DigitalRune.Mathematics.AlgebraVector3D
The initial values for the vector component (x, y, z).
See Also