QuaternionToAxisAngle(Quaternion, Vector3, Single) Method |
Namespace: Microsoft.DirectXAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic static void ToAxisAngle(
Quaternion q,
ref Vector3 axis,
ref float angle
)
Parameters
- q Quaternion
- Source Quaternion
- axis Vector3
- Reference to Vector3 to store the axis in
- angle Single
- Reference to a Single variable to store the angle (in radians) in
See Also