MatrixCompose function

MatrixC MatrixCompose(
  1. Vector3C translation,
  2. QuaternionC rotation,
  3. Vector3C scale
)

Implementation

MatrixC MatrixCompose(Vector3C translation, QuaternionC rotation, Vector3C scale)
  => _module.MatrixCompose(translation, rotation, scale);