sameDiagonalScale Method
If the matrix is diagonal and all diagonals are almost equal, return the first diagonal (entry 0
which is same as entry 4 and 8). Otherwise return undefined
.
sameDiagonalScale(): undefined | number
Returns - undefined | number
Defined in
- geometry3d/Matrix3d.ts Line 2735
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.