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 get_class_type() panda3d.core.TypeHandle
get_height() float

Returns the height that was passed into the constructor.

get_radius() 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.