BulletSphereShape

from panda3d.bullet import BulletSphereShape
class BulletSphereShape

Bases:

Bases: BulletShape

Inheritance diagram

Inheritance diagram of BulletSphereShape

__init__(copy: BulletSphereShape)
__init__(radius: float)
static getClassType() panda3d.core.TypeHandle
getRadius() float

Returns the radius that was used to construct this sphere.

static makeFromSolid(solid: panda3d.core.CollisionSphere) BulletSphereShape
property radius float

Returns the radius that was used to construct this sphere.