Home
last modified time | relevance | path

Searched refs:GetBody2 (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/love07/love-HEAD/src/modules/physics/box2d/Source/Dynamics/Joints/
H A Db2Joint.h114 b2Body* GetBody2();
201 inline b2Body* b2Joint::GetBody2() in GetBody2() function
H A Db2GearJoint.cpp64 m_body1 = def->joint1->GetBody2(); in b2GearJoint()
81 m_body2 = def->joint2->GetBody2(); in b2GearJoint()
/dports/devel/love5/love-0.5-0/src/box2d/Source/Dynamics/Joints/
H A Db2Joint.h114 b2Body* GetBody2();
201 inline b2Body* b2Joint::GetBody2() in GetBody2() function
H A Db2GearJoint.cpp64 m_body1 = def->joint1->GetBody2(); in b2GearJoint()
81 m_body2 = def->joint2->GetBody2(); in b2GearJoint()
/dports/games/numptyphysics/numptyphysics/Box2D/Source/Dynamics/Joints/
H A Db2Joint.h114 b2Body* GetBody2();
199 inline b2Body* b2Joint::GetBody2() in GetBody2() function
H A Db2GearJoint.cpp64 m_body1 = def->joint1->GetBody2(); in b2GearJoint()
81 m_body2 = def->joint2->GetBody2(); in b2GearJoint()
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/
H A DChPart.cpp130 auto body2 = static_cast<ChBody*>(joint->GetBody2()); in ExportJointList()
186 auto body2 = static_cast<ChBody*>(spring->GetBody2()); in ExportLinSpringList()
208 auto body2 = static_cast<ChBody*>(spring->GetBody2()); in ExportRotSpringList()
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/tracked_vehicle/brake/
H A DChTrackBrakeSimple.cpp47 std::shared_ptr<ChBodyFrame> mbf2(hub->GetBody2(), [](ChBodyFrame*){}); in Initialize()
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/wheeled_vehicle/brake/
H A DChBrakeSimple.cpp49 std::shared_ptr<ChBodyFrame> mbf2(m_hub->GetBody2(), [](ChBodyFrame*) {}); in Initialize()
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChLink.h58 ChBodyFrame* GetBody2() { return Body2; } in GetBody2() function
H A DChLinkMate.h81 …virtual ChFrame<> GetAssetsFrame(unsigned int nclone = 0) override { return frame2 >> *GetBody2();…
/dports/science/chrono/chrono-7.0.1/src/demos/irrlicht/
H A Ddemo_IRR_gears.cpp225 … (link_gearBC->Get_local_shaft2() >> *link_gearBC->GetBody2()).GetCoord(), in main()
231 … (link_gearAD->Get_local_shaft2() >> *link_gearAD->GetBody2()).GetCoord(), in main()
H A Ddemo_IRR_imposed_motion.cpp172 mmoved_2->SetPos(f_line->Get_p(0) >> impose_2->GetFrame2() >> impose_2->GetBody2()->GetCoord()); in main()
/dports/science/lammps/lammps-stable_29Sep2021/lib/poems/
H A Djoint.h89 Body* GetBody2();
H A Djoint.cpp161 Body* Joint::GetBody2(){ in GetBody2() function in Joint
H A Donbody.cpp138 if( system_joint->GetBody2() == system_body ) joint_dir = FORWARD; in Setup()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/poems/
H A Djoint.h89 Body* GetBody2();
H A Djoint.cpp161 Body* Joint::GetBody2(){ in GetBody2() function in Joint
H A Donbody.cpp138 if( system_joint->GetBody2() == system_body ) joint_dir = FORWARD; in Setup()
/dports/science/chrono/chrono-7.0.1/src/chrono/assets/
H A DChPointPointDrawing.cpp37 coords.TransformPointParentToLocal(link->GetBody2()->GetPos())); in Update()
/dports/science/chrono/chrono-7.0.1/src/chrono/utils/
H A DChUtilsInputOutput.cpp479 chrono::ChFrame<> frB_abs = *(linkR->GetMarker2()) >> *(linkR->GetBody2()); in WriteVisualizationAssets()
485 chrono::ChFrame<> frB_abs = *(linkS->GetMarker2()) >> *(linkS->GetBody2()); in WriteVisualizationAssets()
491 chrono::ChFrame<> frB_abs = *(linkP->GetMarker2()) >> *(linkP->GetBody2()); in WriteVisualizationAssets()
497 chrono::ChFrame<> frB_abs = *(linkC->GetMarker2()) >> *(linkC->GetBody2()); in WriteVisualizationAssets()
/dports/science/chrono/chrono-7.0.1/src/demos/python/irrlicht/
H A Ddemo_IRR_imposed_motion.py132 >> impose_2.GetBody2().GetCoord())
/dports/science/chrono/chrono-7.0.1/src/chrono_postprocess/
H A DChPovRay.cpp972 if (mylinkmate->GetBody1() && mylinkmate->GetBody2() && this->links_show) { in ExportData()
974 ChFrame<> frBabs = mylinkmate->GetFrame2() >> *mylinkmate->GetBody2(); in ExportData()
/dports/science/chrono/chrono-7.0.1/src/chrono_irrlicht/
H A DChIrrTools.cpp447 frBabs = *mylink->GetMarker2() >> *mylink->GetBody2(); in drawAllLinkframes()
452 frBabs = mylink->GetFrame2() >> *mylink->GetBody2(); in drawAllLinkframes()
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/physics/
H A DPhysics_AF.cpp845 body2 = bsj->GetBody2(); in Setup()
1424 body2 = uj->GetBody2(); in Setup()
2056 body2 = h->GetBody2(); in Setup()
2186 body2 = h->GetBody2(); in Setup()
3182 body2 = cc->GetBody2(); in Setup()
7881 if ( constraints[i]->GetBody2() == NULL ) { in SetMaster()
7896 if ( constraints[i]->GetBody2() == NULL ) { in SetMaster()

12