Merge pull request #97553 from AThousandShips/semantic_equal

[Core] Add `is_same` to types that have float components
This commit is contained in:
Thaddeus Crews
2025-03-10 10:01:05 -05:00
27 changed files with 99 additions and 87 deletions

View File

@@ -128,6 +128,7 @@ struct [[nodiscard]] Vector2 {
Vector2 reflect(const Vector2 &p_normal) const;
bool is_equal_approx(const Vector2 &p_v) const;
bool is_same(const Vector2 &p_v) const;
bool is_zero_approx() const;
bool is_finite() const;