Blender
V3.3
|
#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) |
Definition at line 30 of file btConvexCast.h.
#define MAX_CONVEX_CAST_ITERATIONS 32 |
Definition at line 29 of file btConvexCast.h.