Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Jolt/Core/HashCombine.h>
Go to the source code of this file.
Classes | |
class | IndexedTriangleNoMaterial |
Triangle with 32-bit indices. More... | |
class | IndexedTriangle |
Triangle with 32-bit indices and material index. More... | |
Typedefs | |
using | IndexedTriangleNoMaterialList = Array< IndexedTriangleNoMaterial > |
using | IndexedTriangleList = Array< IndexedTriangle > |
using IndexedTriangleList = Array<IndexedTriangle> |