OdeCappedCylinderGeom

class OdeCappedCylinderGeom

Bases: OdeGeom

Inheritance diagram

Inheritance diagram of OdeCappedCylinderGeom

OdeCappedCylinderGeom(dReal radius, dReal length)
OdeCappedCylinderGeom(OdeSpace &space, dReal radius, dReal length)
static TypeHandle get_class_type(void)
dReal get_length(void) const
void get_params(dReal *radius, dReal *length) const
dReal get_point_depth(dReal x, dReal y, dReal z) const
dReal get_point_depth(LPoint3f const &p) const
dReal get_radius(void) const
void set_params(dReal radius, dReal length)