BulletConeShape

from panda3d.bullet import BulletConeShape
class BulletConeShape

Bases:

Bases: BulletShape

Inheritance diagram

Inheritance diagram of BulletConeShape

__init__(copy: BulletConeShape)
__init__(radius: float, height: float, up: BulletUpAxis)
static getClassType() panda3d.core.TypeHandle
getHeight() float

Returns the height that was passed into the constructor.

getRadius() float

Returns the radius that was passed into the constructor.

property height float

Returns the height that was passed into the constructor.

property radius float

Returns the radius that was passed into the constructor.