mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add is_conformal method to Basis and Transform2D
This commit is contained in:
@@ -96,6 +96,7 @@ struct _NO_DISCARD_ Transform2D {
|
||||
|
||||
void orthonormalize();
|
||||
Transform2D orthonormalized() const;
|
||||
bool is_conformal() const;
|
||||
bool is_equal_approx(const Transform2D &p_transform) const;
|
||||
bool is_finite() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user