rlRotatef method

void rlRotatef(
  1. double angle,
  2. double x,
  3. double y,
  4. double z,
)

Implementation

void rlRotatef(double angle, double x, double y, double z) {
  return _rlRotatef(angle, x, y, z);
}