[Math] Add is_finite methods

(cherry picked from commit d389171905)
This commit is contained in:
A Thousand Ships
2024-04-10 21:18:46 +02:00
committed by David Snopek
parent 8f8ea90088
commit 3d814f6e87
21 changed files with 58 additions and 0 deletions

View File

@@ -146,6 +146,7 @@ struct _NO_DISCARD_ Vector3 {
bool is_equal_approx(const Vector3 &p_v) const;
bool is_zero_approx() const;
bool is_finite() const;
/* Operators */