diff options
author | rafallus <rafaelmtzg@gmail.com> | 2022-01-26 23:44:36 -0600 |
---|---|---|
committer | rafallus <rafallus.dev@gmail.com> | 2022-08-20 21:42:20 -0500 |
commit | da7a5653f4319760d4fbfbeb97b95df9efbb3391 (patch) | |
tree | a6b8e7199488c69009acc9f3af1476698180a4a0 /core/math/basis.h | |
parent | 0c5f254956f0115e363ce08045dd178dc30b54f8 (diff) | |
download | redot-engine-da7a5653f4319760d4fbfbeb97b95df9efbb3391.tar.gz |
Expose Basis `set_orthogonal_index` method as a GridMap function
Diffstat (limited to 'core/math/basis.h')
-rw-r--r-- | core/math/basis.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/math/basis.h b/core/math/basis.h index 4be325cdd2..2853947ba7 100644 --- a/core/math/basis.h +++ b/core/math/basis.h @@ -149,9 +149,6 @@ struct _NO_DISCARD_ Basis { _FORCE_INLINE_ void operator*=(const real_t p_val); _FORCE_INLINE_ Basis operator*(const real_t p_val) const; - int get_orthogonal_index() const; - void set_orthogonal_index(int p_index); - bool is_orthogonal() const; bool is_diagonal() const; bool is_rotation() const; |