From fd8bd276579faa02f678c3ff61a5ef8da615bfcd Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Mon, 19 Sep 2022 12:49:18 -0500 Subject: Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4i --- core/math/vector4.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/math/vector4.h') diff --git a/core/math/vector4.h b/core/math/vector4.h index f964264108..224b477bf3 100644 --- a/core/math/vector4.h +++ b/core/math/vector4.h @@ -65,9 +65,6 @@ struct _NO_DISCARD_ Vector4 { _FORCE_INLINE_ void set_all(const real_t p_value); - void set_axis(const int p_axis, const real_t p_value); - real_t get_axis(const int p_axis) const; - Vector4::Axis min_axis_index() const; Vector4::Axis max_axis_index() const; -- cgit v1.2.3