aboutsummaryrefslogtreecommitdiff
path: root/core/math/matrix3.h
diff options
context:
space:
mode:
authorFerenc Arn2017-08-25 15:45:21 -0400
committerFerenc Arn2017-08-30 09:37:18 -0400
commit5ad8d310f2a62a78a7d68bc169089b0f450dfe89 (patch)
tree38ecf1329c75ec4081c385aac224b532c33781c1 /core/math/matrix3.h
parenta1d7c496b923a247cd9f43552f783592f8f33791 (diff)
downloadgodot-5ad8d310f2a62a78a7d68bc169089b0f450dfe89.tar.gz
godot-5ad8d310f2a62a78a7d68bc169089b0f450dfe89.tar.zst
godot-5ad8d310f2a62a78a7d68bc169089b0f450dfe89.zip
Diffstat (limited to 'core/math/matrix3.h')
-rw-r--r--core/math/matrix3.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/math/matrix3.h b/core/math/matrix3.h
index be8de2e1c..9c9080ac4 100644
--- a/core/math/matrix3.h
+++ b/core/math/matrix3.h
@@ -81,6 +81,8 @@ public:
Vector3 get_rotation() const;
void get_rotation_axis_angle(Vector3 &p_axis, real_t &p_angle) const;
+ Vector3 rotref_posscale_decomposition(Basis &rotref) const;
+
Vector3 get_euler_xyz() const;
void set_euler_xyz(const Vector3 &p_euler);
Vector3 get_euler_yxz() const;
@@ -128,6 +130,7 @@ public:
void set_orthogonal_index(int p_index);
bool is_orthogonal() const;
+ bool is_diagonal() const;
bool is_rotation() const;
operator String() const;