rlTranslatef abstract method

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

Multiply the current matrix by a translation matrix

Implementation

void rlTranslatef(
  double x,
  double y,
  double z,
);