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 get_class_type() panda3d.core.TypeHandle
get_half_extents_with_margin() panda3d.core.LVecBase3
get_half_extents_without_margin() panda3d.core.LVecBase3
get_radius() float
property half_extents_with_margin LVecBase3
property half_extents_without_margin LVecBase3
property radius float