testPerpendicularUnitRowsAndColumns Method
Test if all rows and columns are unit length and are perpendicular to each other, i.e., the matrix is either
a pure rotation
(determinant is +1) or is a mirror
(determinant is -1).
- Note: such a matrix is called
orthogonal
and its inverse is its transpose.
testPerpendicularUnitRowsAndColumns(): boolean
Returns - boolean
Defined in
- geometry3d/Matrix3d.ts Line 2751
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.