rlRotatef function

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

See RaylibRlglFlatModule.rlRotatef.

Implementation

void rlRotatef(
  double angle,
  double x,
  double y,
  double z,
) => _module.rlRotatef(angle, x, y, z);