Click or drag to resize

UtilAngleBetweenMatrices Method

Determines the shortest (unsigned) rotation angle between the upper 3x3 rotation parts of the specified matrices.

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public static double AngleBetweenMatrices(
	Matrix m1,
	Matrix m2
)

Parameters

m1  Matrix
The first matrix.
m2  Matrix
The second matrix.

Return Value

Double
The shortest (unsigned) rotation angle, in the interval [0, PI].
See Also