factorOrthogonalScaleOrthogonal Method

Factor this matrix M as a product M = V * D * U where V and U are orthogonal, and D is diagonal (scale matrix).

factorOrthogonalScaleOrthogonal(matrixV: Matrix3d, scale: Point3d, matrixU: Matrix3d): boolean

Parameter Type Description
matrixV Matrix3d left orthogonal factor (allocate by caller, computed here)
scale Point3d diagonal entries of D (allocate by caller, computed here)
matrixU Matrix3d right orthogonal factor (allocate by caller, computed here)

Returns - boolean

Defined in

Last Updated: 30 November, 2023