Method RotationMatrix
RotationMatrix(Matrix)
Creates a quaternion given a rotation matrix.
Declaration
public static Quaternion RotationMatrix(Matrix matrix)
Parameters
| Type | Name | Description |
|---|---|---|
| Matrix | matrix | The rotation matrix. |
Returns
| Type | Description |
|---|---|
| Quaternion | The newly created quaternion. |