BulletPlaneShape

class BulletPlaneShape

Bases: BulletShape

Inheritance diagram

Inheritance diagram of BulletPlaneShape

explicit BulletPlaneShape(LPlane plane)
explicit BulletPlaneShape(LVector3 const &normal, PN_stdfloat constant)
BulletPlaneShape(BulletPlaneShape const &copy)

Creates a plane shape from a plane definition.

static TypeHandle get_class_type(void)
LPlane get_plane(void) const
PN_stdfloat get_plane_constant(void) const
LVector3 get_plane_normal(void) const
static BulletPlaneShape *make_from_solid(CollisionPlane const *solid)