Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Jolt/Core/StaticArray.h>
#include <Jolt/Physics/Collision/Shape/Shape.h>
#include <Jolt/Physics/Collision/Shape/SubShapeID.h>
#include <Jolt/Physics/Collision/PhysicsMaterial.h>
Go to the source code of this file.
Classes | |
class | ConvexShapeSettings |
Class that constructs a ConvexShape (abstract) More... | |
class | ConvexShape |
Base class for all convex shapes. Defines a virtual interface. More... | |
class | ConvexShape::Support |
Function that provides an interface for GJK. More... | |
class | ConvexShape::SupportBuffer |
Buffer to hold a Support object, used to avoid dynamic memory allocations. More... | |