#include "LinearMath/btScalar.h"#include "SphereTriangleDetector.h"#include "BulletCollision/CollisionShapes/btTriangleShape.h"#include "BulletCollision/CollisionShapes/btSphereShape.h"
Go to the source code of this file.
Defines | |
| #define | MAX_OVERLAP btScalar(0.) |
Functions | |
| btScalar | SegmentSqrDistance (const btVector3 &from, const btVector3 &to, const btVector3 &p, btVector3 &nearest) |
| #define MAX_OVERLAP btScalar(0.) |
Definition at line 60 of file SphereTriangleDetector.cpp.
1.6.1