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