Compare commits

..

2 Commits

Author SHA1 Message Date
Jakub Marcowski 702a44e1f6
Merge ee7706e025 into 3f44e9b404 2024-01-03 02:01:05 +00:00
Jakub Mateusz Marcowski ee7706e025 Add `Vector2i/3i/4i` methods: `distance_to` and `distance_squared_to` 2024-01-02 19:53:56 +01:00
1 changed files with 0 additions and 3 deletions

View File

@ -82,9 +82,6 @@ struct _NO_DISCARD_ Vector3i {
_FORCE_INLINE_ int64_t length_squared() const; _FORCE_INLINE_ int64_t length_squared() const;
_FORCE_INLINE_ double length() const; _FORCE_INLINE_ double length() const;
_FORCE_INLINE_ int64_t distance_squared_to(const Vector3i &p_to) const;
_FORCE_INLINE_ double distance_to(const Vector3i &p_to) const;
_FORCE_INLINE_ void zero(); _FORCE_INLINE_ void zero();
_FORCE_INLINE_ Vector3i abs() const; _FORCE_INLINE_ Vector3i abs() const;