diff options
Diffstat (limited to 'core/math/vector3.h')
-rw-r--r-- | core/math/vector3.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/math/vector3.h b/core/math/vector3.h index 3944afa92e..cde7cb2993 100644 --- a/core/math/vector3.h +++ b/core/math/vector3.h @@ -68,9 +68,6 @@ struct _NO_DISCARD_ Vector3 { return coord[p_axis]; } - void set_axis(const int p_axis, const real_t p_value); - real_t get_axis(const int p_axis) const; - _FORCE_INLINE_ void set_all(const real_t p_value) { x = y = z = p_value; } |