MatrixRotateZ method

MatrixStructType MatrixRotateZ(
  1. double angle
)

Implementation

MatrixStructType MatrixRotateZ(double angle)
  => RaylibMatrixFactories.rotateZ(angle) as MatrixStructType;