Expose determinant in Transform2D, rename internal method
This commit is contained in:
@ -77,7 +77,7 @@ struct _NO_DISCARD_ Transform2D {
|
||||
void translate_local(const real_t p_tx, const real_t p_ty);
|
||||
void translate_local(const Vector2 &p_translation);
|
||||
|
||||
real_t basis_determinant() const;
|
||||
real_t determinant() const;
|
||||
|
||||
Size2 get_scale() const;
|
||||
void set_scale(const Size2 &p_scale);
|
||||
|
||||
Reference in New Issue
Block a user