Public Member Functions | |
BulletPlaneShape (BulletPlaneShape const copy) | |
BulletPlaneShape (Vec3 const normal, float constant) | |
float | getPlaneConstant () |
Vec3 | getPlaneNormal () |
BulletPlaneShape | operator= (BulletPlaneShape const copy) |
Static Public Member Functions | |
static TypeHandle | getClassType () |
static BulletPlaneShape | makeFromSolid (CollisionPlane const solid) |
BulletPlaneShape | ( | BulletPlaneShape const | copy | ) |
BulletPlaneShape | ( | Vec3 const | normal, |
float | constant | ||
) |
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from BulletShape.
float getPlaneConstant | ( | ) |
Vec3 getPlaneNormal | ( | ) |
static BulletPlaneShape makeFromSolid | ( | CollisionPlane const | solid | ) | [static] |
BulletPlaneShape operator= | ( | BulletPlaneShape const | copy | ) |