From 56806ffeed8f52781b460e328b347323b4dbaec0 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Thu, 7 Sep 2023 09:43:22 -0500 Subject: Add `is_conformal` method to Basis and Transform2D --- core/math/basis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/math/basis.h') diff --git a/core/math/basis.h b/core/math/basis.h index 1a68bee686..adacd1c216 100644 --- a/core/math/basis.h +++ b/core/math/basis.h @@ -138,6 +138,7 @@ struct _NO_DISCARD_ Basis { _FORCE_INLINE_ Basis operator*(const real_t p_val) const; bool is_orthogonal() const; + bool is_conformal() const; bool is_diagonal() const; bool is_rotation() const; -- cgit v1.2.3