adjustToStandardRotation MethodStatic

Attempts to adjust the supplied rotation matrix to match the standard view rotation it most closely matches. If a matching standard rotation exists, the input matrix will be modified in-place to precisely match it. Otherwise, the input matrix will be unmodified.

adjustToStandardRotation(matrix: Matrix3d): void

Parameter Type Description
matrix Matrix3d The rotation matrix to adjust.

Defined in

Last Updated: 08 January, 2020