MatrixRotateXYZ method

MatrixStructType MatrixRotateXYZ(
  1. Vector3StructType angle
)

Implementation

MatrixStructType MatrixRotateXYZ(Vector3StructType angle)
  => RaylibMatrixFactories.rotateXYZ(angle) as MatrixStructType;