![]() |
Calamity Engine 1.0.0
A cross-platform 2D game engine written in C++ and SDL3.
|
This is the complete list of members for Matrix2, including all inherited members.
| m | Matrix2 | |
| operator*(const Matrix2 &other) const | Matrix2 | |
| operator*(const Vector2 &other) const | Matrix2 | |
| operator+(const Matrix2 &other) const | Matrix2 | |
| operator-(const Matrix2 &other) const | Matrix2 | |
| operator/(float scalar) const | Matrix2 | |
| rotation(float angle) | Matrix2 | static |
| scale(Vector2 s) | Matrix2 | static |
| serialize(Archive &ar) | Matrix2 | inline |