Searched refs:m_axlePinLoc (Results 1 – 6 of 6) sorted by relevance
49 virtual const ChVector<> getAxlePinLocation() const override { return m_axlePinLoc; } in getAxlePinLocation()75 static const ChVector<> m_axlePinLoc; variable
50 const ChVector<> Generic_RigidPinnedAxle::m_axlePinLoc(0, 0, 0.15); member in chrono::vehicle::generic::Generic_RigidPinnedAxle
41 virtual const ChVector<> getAxlePinLocation() const override { return m_axlePinLoc; } in getAxlePinLocation()73 ChVector<> m_axlePinLoc; variable
87 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()
72 m_axlePinLoc = ReadVectorJSON(d["Tube"]["Pin Location"]); in Create()
154 ChVector<> m_axlePinLoc; variable