Blender  V3.3
Classes | Macros
btConvexCast.h File Reference
#include "LinearMath/btTransform.h"
#include "LinearMath/btVector3.h"
#include "LinearMath/btScalar.h"
#include "LinearMath/btIDebugDraw.h"

Go to the source code of this file.

Classes

class  btConvexCast
 btConvexCast is an interface for Casting More...
 
struct  btConvexCast::CastResult
 

Macros

#define MAX_CONVEX_CAST_ITERATIONS   32
 
#define MAX_CONVEX_CAST_EPSILON   btScalar(0.0001)
 

Macro Definition Documentation

◆ MAX_CONVEX_CAST_EPSILON

#define MAX_CONVEX_CAST_EPSILON   btScalar(0.0001)

Definition at line 30 of file btConvexCast.h.

◆ MAX_CONVEX_CAST_ITERATIONS

#define MAX_CONVEX_CAST_ITERATIONS   32

Definition at line 29 of file btConvexCast.h.