Panda3D
|
Public Member Functions | |
virtual TypeHandle | force_init_type () |
LVecBase3 | get_local_scale () const |
PN_stdfloat | get_margin () const |
const char * | get_name () const |
virtual TypeHandle | get_type () const |
bool | is_concave () const |
bool | is_convex () const |
bool | is_convex_2d () const |
bool | is_infinite () const |
bool | is_non_moving () const |
bool | is_polyhedral () const |
bool | is_soft_body () const |
virtual btCollisionShape * | ptr () const =0 |
void | set_local_scale (const LVecBase3 &scale) |
void | set_margin (PN_stdfloat margin) |
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 28 of file bulletShape.h.
static void BulletShape::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 TypedReferenceCount.
Reimplemented in BulletBoxShape, BulletCapsuleShape, BulletConeShape, BulletConvexHullShape, BulletConvexPointCloudShape, BulletCylinderShape, BulletHeightfieldShape, BulletMultiSphereShape, BulletPlaneShape, BulletSoftBodyShape, BulletSphereShape, and BulletTriangleMeshShape.
Definition at line 57 of file bulletShape.h.
References TypedReferenceCount::init_type().
Referenced by BulletTriangleMeshShape::init_type(), BulletSphereShape::init_type(), BulletSoftBodyShape::init_type(), BulletPlaneShape::init_type(), BulletMultiSphereShape::init_type(), BulletHeightfieldShape::init_type(), BulletCylinderShape::init_type(), BulletConvexPointCloudShape::init_type(), BulletConvexHullShape::init_type(), BulletConeShape::init_type(), BulletCapsuleShape::init_type(), and BulletBoxShape::init_type().