MatrixRotateZYX function

MatrixC MatrixRotateZYX(
  1. Vector3C angle
)

Implementation

MatrixC MatrixRotateZYX(Vector3C angle)
  => _module.MatrixRotateZYX(angle);