rlRotatef abstract method

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

Multiply the current matrix by a rotation matrix

Implementation

void rlRotatef(
  double angle,
  double x,
  double y,
  double z,
);