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 get_class_type() panda3d.core.TypeHandle
get_length() float
get_radius() float
set_params(radius: float, length: float)