diff options
author | kobewi <kobewi4e@gmail.com> | 2022-11-05 17:09:16 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2023-01-19 13:02:18 +0100 |
commit | c0083e431bb7bf66987f396cf9a62fa372d92fe9 (patch) | |
tree | 5fec252ab1c4b5f0f400ab78cd758ebe88213ebf /core/math/basis.h | |
parent | cd0a9ccdfde05963d1b544b773662149f585da0d (diff) | |
download | redot-engine-c0083e431bb7bf66987f396cf9a62fa372d92fe9.tar.gz |
Cleanup unused engine code v2
Diffstat (limited to 'core/math/basis.h')
-rw-r--r-- | core/math/basis.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/math/basis.h b/core/math/basis.h index b3197dbc84..bbc1d40469 100644 --- a/core/math/basis.h +++ b/core/math/basis.h @@ -56,8 +56,6 @@ struct _NO_DISCARD_ Basis { _FORCE_INLINE_ real_t determinant() const; - void from_z(const Vector3 &p_z); - void rotate(const Vector3 &p_axis, real_t p_angle); Basis rotated(const Vector3 &p_axis, real_t p_angle) const; @@ -101,8 +99,6 @@ struct _NO_DISCARD_ Basis { void scale_orthogonal(const Vector3 &p_scale); Basis scaled_orthogonal(const Vector3 &p_scale) const; - - void make_scale_uniform(); float get_uniform_scale() const; Vector3 get_scale() const; |