![]() |
Botcraft 1.21.4
|
#include <Transformation.hpp>
Public Member Functions | |
Scale (const float axis_x_=1.0f, const float axis_y_=1.0f, const float axis_z_=1.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 |
Definition at line 47 of file Transformation.hpp.
Botcraft::Renderer::Scale::Scale | ( | const float | axis_x_ = 1.0f , |
const float | axis_y_ = 1.0f , |
||
const float | axis_z_ = 1.0f |
||
) |
Definition at line 63 of file Transformation.cpp.
|
overridevirtual |
Implements Botcraft::Renderer::Transformation.
Definition at line 70 of file Transformation.cpp.
|
overridevirtual |
Implements Botcraft::Renderer::Transformation.
Definition at line 75 of file Transformation.cpp.
float Botcraft::Renderer::Scale::axis_x |
Definition at line 55 of file Transformation.hpp.
Referenced by ApplyTransformation(), Print(), and Scale().
float Botcraft::Renderer::Scale::axis_y |
Definition at line 56 of file Transformation.hpp.
Referenced by ApplyTransformation(), Print(), and Scale().
float Botcraft::Renderer::Scale::axis_z |
Definition at line 57 of file Transformation.hpp.
Referenced by ApplyTransformation(), Print(), and Scale().