Home
last modified time | relevance | path

Searched defs:ChRoundedCylinder (Results 1 – 2 of 2) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/geometry/
H A DChRoundedCylinder.h32 ChRoundedCylinder() : center(VNULL), rad(0), hlen(0), radsphere(0) {} in ChRoundedCylinder() function
33 ChRoundedCylinder(const ChVector<>& mcenter, double mrad, double mhlen, double mradsphere) in ChRoundedCylinder() function
H A DChRoundedCylinder.cpp23 CH_FACTORY_REGISTER(ChRoundedCylinder) in CH_FACTORY_REGISTER() argument