mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
Merge pull request #97553 from AThousandShips/semantic_equal
[Core] Add `is_same` to types that have float components
This commit is contained in:
@@ -88,6 +88,7 @@ struct [[nodiscard]] Vector4 {
|
||||
_FORCE_INLINE_ real_t length_squared() const;
|
||||
bool is_equal_approx(const Vector4 &p_vec4) const;
|
||||
bool is_zero_approx() const;
|
||||
bool is_same(const Vector4 &p_vec4) const;
|
||||
bool is_finite() const;
|
||||
real_t length() const;
|
||||
void normalize();
|
||||
|
||||
Reference in New Issue
Block a user