Calamity Engine 1.0.0
A cross-platform 2D game engine written in C++ and SDL3.
Loading...
Searching...
No Matches
Matrix2 Member List

This is the complete list of members for Matrix2, including all inherited members.

mMatrix2
operator*(const Matrix2 &other) constMatrix2
operator*(const Vector2 &other) constMatrix2
operator+(const Matrix2 &other) constMatrix2
operator-(const Matrix2 &other) constMatrix2
operator/(float scalar) constMatrix2
rotation(float angle)Matrix2static
scale(Vector2 s)Matrix2static
serialize(Archive &ar)Matrix2inline