Geometry

Undocumented in source.

Members

Functions

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.

Properties

indices
int[] indices [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
normals
Vec3[] normals [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
origin
Quat origin [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
vertices
Vec3[] vertices [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_indices
int[] _indices;
Undocumented in source.
_localCS
CoordinateSystem _localCS;
Undocumented in source.
_normals
Vec3[] _normals;
Undocumented in source.
_origin
Quat _origin;
Undocumented in source.
_vertices
Vec3[] _vertices;
Undocumented in source.

Meta