Home
last modified time | relevance | path

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

/dports/science/chrono/chrono-7.0.1/src/chrono/core/
H A DChCoordsys.h45 ChCoordsys() : pos(ChVector<Real>(0, 0, 0)), rot(ChQuaternion<Real>(1, 0, 0, 0)){}; in ChCoordsys() function
52 …explicit ChCoordsys(const ChVector<Real>& mv, const Real alpha, const ChVector<Real>& mu) : pos(mv… in ChCoordsys() function
57 ChCoordsys(const ChCoordsys<Real>& other) : pos(other.pos), rot(other.rot){}; in ChCoordsys() function