- back
void back(float distance)
Undocumented in source. Be warned that the author may not have intended to support it.
- down
void down(float distance)
Undocumented in source. Be warned that the author may not have intended to support it.
- forward
void forward(float distance)
Undocumented in source. Be warned that the author may not have intended to support it.
- left
void left(float distance)
Undocumented in source. Be warned that the author may not have intended to support it.
- move_impl
void move_impl(Vec3 distanceVec3)
Undocumented in source. Be warned that the author may not have intended to support it.
- pitch
void pitch(float rad)
Undocumented in source. Be warned that the author may not have intended to support it.
- right
void right(float distance)
Undocumented in source. Be warned that the author may not have intended to support it.
- roll
void roll(float rad)
Undocumented in source. Be warned that the author may not have intended to support it.
- rotate
void rotate(Vec3 axis, float rad, Vec3 pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- rotate_impl
void rotate_impl(Vec3 axis, float rad, Vec3 pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- scale
void scale(float ratio)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_position
void set_position(Vec3 vec3)
Undocumented in source. Be warned that the author may not have intended to support it.
- translate
void translate(Vec3 axis, float distance)
Undocumented in source. Be warned that the author may not have intended to support it.
- up
void up(float distance)
Undocumented in source. Be warned that the author may not have intended to support it.
- yaw
void yaw(float rad)
Undocumented in source. Be warned that the author may not have intended to support it.