Home
last modified time | relevance | path

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

/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/kraz/
H A DKraz_trailer_Chassis.cpp50 m_geometry.m_vis_spheres.push_back(sphere); in Kraz_trailer_Chassis()
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/chassis/
H A DRigidChassis.cpp155 m_geometry.m_vis_spheres.push_back(ChVehicleGeometry::SphereShape(pos, radius)); in Create()
306 m_geometry.m_vis_spheres.push_back(ChVehicleGeometry::SphereShape(pos, radius)); in Create()
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/tracked_vehicle/track_shoe/
H A DTrackShoeDoublePin.cpp146 m_geometry.m_vis_spheres.push_back(ChVehicleGeometry::SphereShape(pos, radius)); in Create()
H A DTrackShoeSinglePin.cpp138 m_geometry.m_vis_spheres.push_back(ChVehicleGeometry::SphereShape(pos, radius)); in Create()
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/
H A DChSubsysDefs.cpp58 for (auto& sphere : m_vis_spheres) { in AddVisualizationAssets()
H A DChSubsysDefs.h697 std::vector<SphereShape> m_vis_spheres; ///< list of visualization spheres variable