MatrixDecompose function

void MatrixDecompose(
  1. MatrixD mat,
  2. StructPointer<Vector3D> translation,
  3. StructPointer<QuaternionD> rotation,
  4. StructPointer<Vector3D> scale,
)

Implementation

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