rlTranslatef function

void rlTranslatef(
  1. double x,
  2. double y,
  3. double z
)

See RaylibRlglFlatModule.rlTranslatef.

Implementation

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