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:
@@ -100,6 +100,7 @@ struct [[nodiscard]] Transform2D {
|
||||
Transform2D orthonormalized() const;
|
||||
bool is_conformal() const;
|
||||
bool is_equal_approx(const Transform2D &p_transform) const;
|
||||
bool is_same(const Transform2D &p_transform) const;
|
||||
bool is_finite() const;
|
||||
|
||||
Transform2D looking_at(const Vector2 &p_target) const;
|
||||
|
||||
Reference in New Issue
Block a user