OdeCylinderGeom

from panda3d.ode import OdeCylinderGeom
class OdeCylinderGeom

Bases:

Bases: OdeGeom

Inheritance diagram

Inheritance diagram of OdeCylinderGeom

__init__(space: OdeSpace, radius: float, length: float)
__init__(radius: float, length: float)
static getClassType() panda3d.core.TypeHandle
getLength() float
getRadius() float
setParams(radius: float, length: float)