MatrixDecompose method

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

Implementation

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