MatrixDecompose function

(Vector3D, QuaternionD, Vector3D) MatrixDecompose(
  1. MatrixD mat
)

Implementation

(Vector3D translation, QuaternionD rotation, Vector3D scale) MatrixDecompose(
  MatrixD mat,
) => _module.MatrixDecompose(mat);