Panda3D
|
Public Member Functions | |
BulletMultiSphereShape (const PTA_LVecBase3 &points, const PTA_stdfloat &radii) | |
BulletMultiSphereShape (const BulletMultiSphereShape ©) | |
virtual TypeHandle | force_init_type () |
int | get_sphere_count () const |
LPoint3 | get_sphere_pos (int index) const |
PN_stdfloat | get_sphere_radius (int index) const |
virtual TypeHandle | get_type () const |
void | operator= (const BulletMultiSphereShape ©) |
virtual btCollisionShape * | ptr () const |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
This function is declared non-inline to work around a compiler bug in g++ 2.96. |
Definition at line 30 of file bulletMultiSphereShape.h.
static void BulletMultiSphereShape::init_type | ( | ) | [inline, static] |
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from BulletShape.
Definition at line 53 of file bulletMultiSphereShape.h.
References BulletShape::init_type().