![]() |
Jolt Physics
A multi core friendly Game Physics Engine
|
Dynamic resizable matrix class. More...
#include <DynMatrix.h>
Public Member Functions | |
| DynMatrix (const DynMatrix &)=default | |
| Constructor. More... | |
| DynMatrix (uint inRows, uint inCols) | |
| float | operator() (uint inRow, uint inCol) const |
| Access an element. More... | |
| float & | operator() (uint inRow, uint inCol) |
| uint | GetCols () const |
| Get dimensions. More... | |
| uint | GetRows () const |
Dynamic resizable matrix class.
|
default |
Constructor.
|
inline |
Get dimensions.
|
inline |