MatrixDecompose method

(Vector3StructType, QuaternionStructType, Vector3StructType) MatrixDecompose(
  1. MatrixStructType mat
)

Implementation

(Vector3StructType translation, QuaternionStructType rotation, Vector3StructType scale) MatrixDecompose(MatrixStructType mat)
  => mat.decompose();