BulletCylinderShape

from panda3d.bullet import BulletCylinderShape
class BulletCylinderShape

Bases:

Bases: BulletShape

Inheritance diagram

Inheritance diagram of BulletCylinderShape

__init__(copy: BulletCylinderShape)
__init__(half_extents: panda3d.core.LVector3, up: BulletUpAxis)
__init__(radius: float, height: float, up: BulletUpAxis)
static getClassType() panda3d.core.TypeHandle
getHalfExtentsWithMargin() panda3d.core.LVecBase3
getHalfExtentsWithoutMargin() panda3d.core.LVecBase3
getRadius() float
property half_extents_with_margin LVecBase3
property half_extents_without_margin LVecBase3
property radius float