|
Botcraft 1.21.10
|
#include <Transformation.hpp>
Public Member Functions | |
| Rotation (const float axis_x_=0.0f, const float axis_y_=0.0f, const float axis_z_=0.0f, const float deg_angle_=0.0f) | |
| virtual void | ApplyTransformation (IMatrix &m) const override |
| virtual const std::string | Print () const override |
Public Attributes | |
| float | axis_x |
| float | axis_y |
| float | axis_z |
| float | deg_angle |
Definition at line 33 of file Transformation.hpp.
| Botcraft::Renderer::Rotation::Rotation | ( | const float | axis_x_ = 0.0f, |
| const float | axis_y_ = 0.0f, |
||
| const float | axis_z_ = 0.0f, |
||
| const float | deg_angle_ = 0.0f |
||
| ) |
|
overridevirtual |
Implements Botcraft::Renderer::Transformation.
Definition at line 50 of file Transformation.cpp.
|
overridevirtual |
Implements Botcraft::Renderer::Transformation.
Definition at line 55 of file Transformation.cpp.
| float Botcraft::Renderer::Rotation::axis_x |
Definition at line 41 of file Transformation.hpp.
Referenced by ApplyTransformation(), Print(), and Rotation().
| float Botcraft::Renderer::Rotation::axis_y |
Definition at line 42 of file Transformation.hpp.
Referenced by ApplyTransformation(), Print(), and Rotation().
| float Botcraft::Renderer::Rotation::axis_z |
Definition at line 43 of file Transformation.hpp.
Referenced by ApplyTransformation(), Print(), and Rotation().
| float Botcraft::Renderer::Rotation::deg_angle |
Definition at line 44 of file Transformation.hpp.
Referenced by ApplyTransformation(), Print(), and Rotation().