MatrixRotateXYZ function

MatrixC MatrixRotateXYZ(
  1. Vector3C angle
)

Implementation

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