Home
last modified time | relevance | path

Searched refs:m_axlePinLoc (Results 1 – 6 of 6) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/generic/
H A DGeneric_RigidPinnedAxle.h49 virtual const ChVector<> getAxlePinLocation() const override { return m_axlePinLoc; } in getAxlePinLocation()
75 static const ChVector<> m_axlePinLoc; variable
H A DGeneric_RigidPinnedAxle.cpp50 const ChVector<> Generic_RigidPinnedAxle::m_axlePinLoc(0, 0, 0.15); member in chrono::vehicle::generic::Generic_RigidPinnedAxle
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/wheeled_vehicle/suspension/
H A DRigidPinnedAxle.h41 virtual const ChVector<> getAxlePinLocation() const override { return m_axlePinLoc; } in getAxlePinLocation()
73 ChVector<> m_axlePinLoc; variable
H A DChRigidPinnedAxle.cpp87 m_axlePinLoc = suspension_to_abs.TransformLocalToParent(getAxlePinLocation()); in Initialize()
89 ChCoordsys<> rev_csys(m_axlePinLoc, chassisRot * Q_from_AngY(CH_C_PI_2)); in Initialize()
203 ChVector<> pP = m_axleTube->TransformPointParentToLocal(m_axlePinLoc); in AddVisualizationAssets()
H A DRigidPinnedAxle.cpp72 m_axlePinLoc = ReadVectorJSON(d["Tube"]["Pin Location"]); in Create()
H A DChRigidPinnedAxle.h154 ChVector<> m_axlePinLoc; variable