Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
A 2-by-2 matrix. More...
#include <Math.hpp>
Public Member Functions | |
Mat22 () noexcept=default | |
The default constructor does nothing (for performance). More... | |
constexpr | Mat22 (const Vec2 c1, const Vec2 c2) noexcept |
Construct this matrix using columns. More... | |
constexpr | Mat22 (RealNum a11, RealNum a12, RealNum a21, RealNum a22) noexcept |
Construct this matrix using scalars. More... | |
Public Attributes | |
Vec2 | ex |
Vec2 | ey |
A 2-by-2 matrix.
Stored in column-major order.
|
defaultnoexcept |
The default constructor does nothing (for performance).
Construct this matrix using columns.
Construct this matrix using scalars.
Vec2 box2d::Mat22::ex |
Vec2 box2d::Mat22::ey |