|
Botcraft 1.21.10
|
#include <Transformation.hpp>
Public Member Functions | |
| Translation (const float x_=0.0f, const float y_=0.0f, const float z_=0.0f) | |
| virtual void | ApplyTransformation (IMatrix &m) const override |
| virtual const std::string | Print () const override |
Public Attributes | |
| float | x |
| float | y |
| float | z |
Definition at line 20 of file Transformation.hpp.
| Botcraft::Renderer::Translation::Translation | ( | const float | x_ = 0.0f, |
| const float | y_ = 0.0f, |
||
| const float | z_ = 0.0f |
||
| ) |
Definition at line 22 of file Transformation.cpp.
|
overridevirtual |
Implements Botcraft::Renderer::Transformation.
Definition at line 29 of file Transformation.cpp.
|
overridevirtual |
Implements Botcraft::Renderer::Transformation.
Definition at line 34 of file Transformation.cpp.
| float Botcraft::Renderer::Translation::x |
Definition at line 28 of file Transformation.hpp.
Referenced by ApplyTransformation(), Print(), and Translation().
| float Botcraft::Renderer::Translation::y |
Definition at line 29 of file Transformation.hpp.
Referenced by ApplyTransformation(), Print(), and Translation().
| float Botcraft::Renderer::Translation::z |
Definition at line 30 of file Transformation.hpp.
Referenced by ApplyTransformation(), Print(), and Translation().