menu
raylib_dartified package
documentation
core/raylib.dart
RaylibRlgl
rlTranslatef method
rlTranslatef method
dark_mode
light_mode
rlTranslatef
method
void
rlTranslatef
(
double
x
,
double
y
,
double
z
)
Implementation
void rlTranslatef(double x, double y, double z) { return _rlTranslatef(x, y, z); }
raylib_dartified package
documentation
core/raylib
RaylibRlgl
rlTranslatef method
RaylibRlgl class