BulletPlaneShape

from panda3d.bullet import BulletPlaneShape
class BulletPlaneShape

Bases:

Bases: BulletShape

Inheritance diagram

Inheritance diagram of BulletPlaneShape

__init__(copy: BulletPlaneShape)
__init__(plane: panda3d.core.LPlane)

Creates a plane shape from a plane definition.

__init__(normal: panda3d.core.LVector3, constant: float)
static getClassType() panda3d.core.TypeHandle
getPlane() panda3d.core.LPlane
getPlaneConstant() float
getPlaneNormal() panda3d.core.LVector3
static makeFromSolid(solid: panda3d.core.CollisionPlane) BulletPlaneShape
property plane LPlane
property plane_constant float
property plane_normal LVector3