Click or drag to resize

QuaternionCreateFromRotationMatrix Method

Creates a Quaternion from the given rotation matrix.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Quaternion CreateFromRotationMatrix(
	Matrix4x4 matrix
)

Parameters

matrix
Type: Karamba.GeometryMatrix4x4
The rotation matrix.

Return Value

Type: Quaternion
The created Quaternion.
See Also