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 get_class_type() panda3d.core.TypeHandle
get_length() float
get_point_depth(p: panda3d.core.LPoint3f) float
get_point_depth(x: float, y: float, z: float) float
get_radius() float
set_params(radius: float, length: float)