Jolt Physics
A multi core friendly Game Physics Engine
|
Class that holds information about the shape that can be used for logging / data collection purposes. More...
#include <Shape.h>
Public Member Functions | |
Stats (size_t inSizeBytes, uint inNumTriangles) | |
Public Attributes | |
size_t | mSizeBytes |
Amount of memory used by this shape (size in bytes) More... | |
uint | mNumTriangles |
Number of triangles in this shape (when applicable) More... | |
Class that holds information about the shape that can be used for logging / data collection purposes.
|
inline |
uint Shape::Stats::mNumTriangles |
Number of triangles in this shape (when applicable)
size_t Shape::Stats::mSizeBytes |
Amount of memory used by this shape (size in bytes)