Home
last modified time | relevance | path

Searched refs:GetBody1 (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/love07/love-HEAD/src/modules/physics/box2d/Source/Dynamics/Joints/
H A Db2GearJoint.cpp53 b2Assert(def->joint1->GetBody1()->IsStatic()); in b2GearJoint()
54 b2Assert(def->joint2->GetBody1()->IsStatic()); in b2GearJoint()
63 m_ground1 = def->joint1->GetBody1(); in b2GearJoint()
80 m_ground2 = def->joint2->GetBody1(); in b2GearJoint()
H A Db2Joint.h111 b2Body* GetBody1();
196 inline b2Body* b2Joint::GetBody1() in GetBody1() function
/dports/devel/love5/love-0.5-0/src/box2d/Source/Dynamics/Joints/
H A Db2GearJoint.cpp53 b2Assert(def->joint1->GetBody1()->IsStatic()); in b2GearJoint()
54 b2Assert(def->joint2->GetBody1()->IsStatic()); in b2GearJoint()
63 m_ground1 = def->joint1->GetBody1(); in b2GearJoint()
80 m_ground2 = def->joint2->GetBody1(); in b2GearJoint()
H A Db2Joint.h111 b2Body* GetBody1();
196 inline b2Body* b2Joint::GetBody1() in GetBody1() function
/dports/games/numptyphysics/numptyphysics/Box2D/Source/Dynamics/Joints/
H A Db2GearJoint.cpp53 b2Assert(def->joint1->GetBody1()->IsStatic()); in b2GearJoint()
54 b2Assert(def->joint2->GetBody1()->IsStatic()); in b2GearJoint()
63 m_ground1 = def->joint1->GetBody1(); in b2GearJoint()
80 m_ground2 = def->joint2->GetBody1(); in b2GearJoint()
H A Db2Joint.h111 b2Body* GetBody1();
194 inline b2Body* b2Joint::GetBody1() in GetBody1() function
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/
H A DChPart.cpp129 auto body1 = static_cast<ChBody*>(joint->GetBody1()); in ExportJointList()
185 auto body1 = static_cast<ChBody*>(spring->GetBody1()); in ExportLinSpringList()
207 auto body1 = static_cast<ChBody*>(spring->GetBody1()); in ExportRotSpringList()
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/tracked_vehicle/brake/
H A DChTrackBrakeSimple.cpp46 std::shared_ptr<ChBodyFrame> mbf1(hub->GetBody1(), [](ChBodyFrame*){}); in Initialize()
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/wheeled_vehicle/brake/
H A DChBrakeSimple.cpp48 std::shared_ptr<ChBodyFrame> mbf1(m_hub->GetBody1(), [](ChBodyFrame*) {}); in Initialize()
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChLink.h56 ChBodyFrame* GetBody1() { return Body1; } in GetBody1() function
/dports/science/lammps/lammps-stable_29Sep2021/lib/poems/
H A Djoint.h88 Body* GetBody1();
H A Djoint.cpp157 Body* Joint::GetBody1(){ in GetBody1() function in Joint
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/poems/
H A Djoint.h88 Body* GetBody1();
H A Djoint.cpp157 Body* Joint::GetBody1(){ in GetBody1() function in Joint
/dports/science/chrono/chrono-7.0.1/src/chrono/assets/
H A DChPointPointDrawing.cpp36 UpdateLineGeometry(coords.TransformPointParentToLocal(link->GetBody1()->GetPos()), in Update()
/dports/science/chrono/chrono-7.0.1/src/chrono/utils/
H A DChUtilsInputOutput.cpp478 chrono::ChFrame<> frA_abs = *(linkR->GetMarker1()) >> *(linkR->GetBody1()); in WriteVisualizationAssets()
484 chrono::ChFrame<> frA_abs = *(linkS->GetMarker1()) >> *(linkS->GetBody1()); in WriteVisualizationAssets()
490 chrono::ChFrame<> frA_abs = *(linkP->GetMarker1()) >> *(linkP->GetBody1()); in WriteVisualizationAssets()
496 chrono::ChFrame<> frA_abs = *(linkC->GetMarker1()) >> *(linkC->GetBody1()); in WriteVisualizationAssets()
H A DChParserOpenSim.cpp704 auto parent = dynamic_cast<ChBodyAuxRef*>(link->GetBody1()); in initShapes()
/dports/science/chrono/chrono-7.0.1/src/demos/irrlicht/
H A Ddemo_IRR_gears.cpp228 … (link_gearAD->Get_local_shaft1() >> *link_gearAD->GetBody1()).GetCoord(), in main()
/dports/science/chrono/chrono-7.0.1/src/chrono_postprocess/
H A DChPovRay.cpp972 if (mylinkmate->GetBody1() && mylinkmate->GetBody2() && this->links_show) { in ExportData()
973 ChFrame<> frAabs = mylinkmate->GetFrame1() >> *mylinkmate->GetBody1(); in ExportData()
/dports/science/chrono/chrono-7.0.1/src/chrono_irrlicht/
H A DChIrrTools.cpp446 frAabs = *mylink->GetMarker1() >> *mylink->GetBody1(); in drawAllLinkframes()
451 frAabs = mylink->GetFrame1() >> *mylink->GetBody1(); in drawAllLinkframes()
/dports/devel/love07/love-HEAD/src/modules/physics/box2d/Source/Dynamics/
H A Db2World.cpp846 b2Body* b1 = joint->GetBody1(); in DrawJoint()
/dports/devel/love5/love-0.5-0/src/box2d/Source/Dynamics/
H A Db2World.cpp846 b2Body* b1 = joint->GetBody1(); in DrawJoint()
/dports/games/numptyphysics/numptyphysics/Box2D/Source/Dynamics/
H A Db2World.cpp846 b2Body* b1 = joint->GetBody1(); in DrawJoint()
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/physics/
H A DPhysics_AF.h107 idAFBody * GetBody1( void ) const { return body1; } in GetBody1() function
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/physics/
H A DPhysics_AF.h107 idAFBody * GetBody1( void ) const { return body1; } in GetBody1() function

12