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: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.