Compare commits
2 Commits
03cabeede0
...
702a44e1f6
Author | SHA1 | Date |
---|---|---|
|
702a44e1f6 | |
|
ee7706e025 |
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue