Merge pull request #296 from lupoDharkael/missing

Add missing class methods
This commit is contained in:
Thomas Herzog
2019-08-05 10:39:56 +02:00
committed by GitHub
14 changed files with 305 additions and 0 deletions

View File

@@ -348,6 +348,8 @@ public:
Vector3 get_scale() const;
Basis slerp(Basis b, float t) const;
Vector3 get_euler_xyz() const;
void set_euler_xyz(const Vector3 &p_euler);
Vector3 get_euler_yxz() const;