Quaternion(Double, Double, Double, Double) Constructor |
Constructs a quaternion with X, Y, Z and W from four values.
Namespace: CFX.Structures.GeometryAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic Quaternion(
double x,
double y,
double z,
double w
)
Public Sub New (
x As Double,
y As Double,
z As Double,
w As Double
)
Parameters
- x Double
- The x coordinate in 3d-space.
- y Double
- The y coordinate in 3d-space.
- z Double
- The z coordinate in 3d-space.
- w Double
- The rotation component.
See Also