#include <default_transformable.hpp>

Public Member Functions | |
| SGE_SYMBOL | default_transformable (device_ptr rend, const math::space_matrix &internal, const math::space_matrix &projection, const math::space_matrix &transform=math::matrix_identity()) |
| SGE_SYMBOL void | internal_transformation (const math::space_matrix &) |
| SGE_SYMBOL void | transform (const math::space_matrix &) |
| SGE_SYMBOL void | projection (const math::space_matrix &) |
| SGE_SYMBOL void | set_matrices () |
| sge::renderer::default_transformable::default_transformable | ( | device_ptr | rend, | |
| const math::space_matrix & | internal, | |||
| const math::space_matrix & | projection, | |||
| const math::space_matrix & | transform = math::matrix_identity() | |||
| ) |
| void sge::renderer::default_transformable::internal_transformation | ( | const math::space_matrix & | m | ) |
| void sge::renderer::default_transformable::transform | ( | const math::space_matrix & | m | ) |
| void sge::renderer::default_transformable::projection | ( | const math::space_matrix & | m | ) |
| void sge::renderer::default_transformable::set_matrices | ( | ) |
1.5.5