OdeCappedCylinderGeom

from panda3d.ode import OdeCappedCylinderGeom
class OdeCappedCylinderGeom

Bases:

Bases: OdeGeom

Inheritance diagram

Inheritance diagram of OdeCappedCylinderGeom

__init__(space: OdeSpace, radius: float, length: float)
__init__(radius: float, length: float)
static getClassType() panda3d.core.TypeHandle
getLength() float
getPointDepth(p: panda3d.core.LPoint3f) float
getPointDepth(x: float, y: float, z: float) float
getRadius() float
setParams(radius: float, length: float)