MatrixDecompose function

void MatrixDecompose(
  1. MatrixC mat,
  2. Pointer<Vector3C> translation,
  3. Pointer<QuaternionC> rotation,
  4. Pointer<Vector3C> scale,
)

Implementation

void MatrixDecompose(MatrixC mat, Pointer<Vector3C> translation, Pointer<QuaternionC> rotation, Pointer<Vector3C> scale)
  => _module.MatrixDecompose(mat, translation, rotation, scale);