Click or drag to resize

QuaternionCreateFromRotationMatrix(Matrix44, Quaternion) Method

Creates a new Quaternion from the specified Matrix44.

Namespace: CFX.Structures.Geometry
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public static void CreateFromRotationMatrix(
	ref Matrix44 matrix,
	out Quaternion result
)

Parameters

matrix  Matrix44
The rotation matrix.
result  Quaternion
A quaternion composed from the rotation part of the matrix as an output parameter.
See Also