My Project
|
This is the complete list of members for Entity, including all inherited members.
_angle_degrees | Entity | private |
_material | Entity | private |
_mesh | Entity | private |
_position | Entity | private |
_rotation_dir | Entity | private |
_scale | Entity | private |
_word_position | Entity | private |
angle(float angle) | Entity | |
Entity(Mesh *mesh, Material *material, float position=0.0f, float scale=1.0f, float angle_degrees=0.0f) | Entity | |
Entity(Model &model, float position=0.0f, float scale=1.0f, float angle_degrees=0.0f) | Entity | |
get_material() const | Entity | inline |
get_mesh() const | Entity | inline |
get_model_position() | Entity | |
inc_angle(float angle) | Entity | |
inc_position(float x, float y, float z) | Entity | |
inc_scale(float scale) | Entity | |
position(float x, float y, float z) | Entity | |
scale(float scale) | Entity | |
scale(float scale_x, float scale_y, float scale_z) | Entity | |
set_rotation_dir(float x, float y, float z) | Entity |