multiply hotfix! added scale, angle rotation

This commit is contained in:
h4570
2020-12-12 23:18:31 +01:00
parent ac36012545
commit b050e4643b
2 changed files with 109 additions and 62 deletions
+3 -1
View File
@@ -82,8 +82,10 @@ public:
rotate(t_val);
}
//
void rotationByAngle(const float &t_angle, const Vector3 &t_axis);
//
void setScale(const Vector3 &t_val);
void setPerspective(ScreenSettings &screen);
const void print() const;
};