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