QuaternionCreateFromRotationMatrix(Matrix44) Method |
Namespace: CFX.Structures.GeometryAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic static Quaternion CreateFromRotationMatrix(
Matrix44 matrix
)
Public Shared Function CreateFromRotationMatrix (
matrix As Matrix44
) As Quaternion
Parameters
- matrix Matrix44
- The rotation matrix.
Return Value
QuaternionA quaternion composed from the rotation part of the matrix.
See Also