sameDiagonalScale Method
If the matrix is diagonal with almost equal diagonal entries, return the first diagonal entry.
Otherwise return undefined
.
sameDiagonalScale(): undefined | number
Returns - undefined | number
Defined in
- geometry3d/Matrix3d.ts Line 2745
Last Updated: 29 April, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.