Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
ConvexShape.cpp File Reference

Classes

class  ConvexShape::CSGetTrianglesContext
 

Macros

#define MAKE_FACE(a, b, c, d)   { a, b, c, d, ((1 << a) | (1 << b) | (1 << c) | (1 << d)) }
 

Functions

JPH_NAMESPACE_BEGIN JPH_IMPLEMENT_SERIALIZABLE_ABSTRACT (ConvexShapeSettings)
 

Macro Definition Documentation

◆ MAKE_FACE

#define MAKE_FACE (   a,
  b,
  c,
 
)    { a, b, c, d, ((1 << a) | (1 << b) | (1 << c) | (1 << d)) }

Function Documentation

◆ JPH_IMPLEMENT_SERIALIZABLE_ABSTRACT()

JPH_NAMESPACE_BEGIN JPH_IMPLEMENT_SERIALIZABLE_ABSTRACT ( ConvexShapeSettings  )