Home
last modified time | relevance | path

Searched refs:mpos1 (Results 1 – 21 of 21) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChLinkSpring.cpp59 ChVector<> mpos1, in Initialize() argument
68 marker1->Impose_Rel_Coord(ChCoordsys<>(mpos1, QUNIT)); in Initialize()
71 marker1->Impose_Abs_Coord(ChCoordsys<>(mpos1, QUNIT)); in Initialize()
H A DChLinkDistance.cpp38 ChVector<> mpos1, in Initialize() argument
47 pos1 = mpos1; in Initialize()
50 pos1 = Body1->TransformPointParentToLocal(mpos1); in Initialize()
H A DChLinkTrajectory.cpp98 const ChVector<>& mpos1, in Initialize() argument
100 ChLinkMarkers::Initialize(mbody1, mbody2, true, ChCoordsys<>(mpos1), ChCoordsys<>()); in Initialize()
H A DChLinkTrajectory.h68 …const ChVector<>& mpos1, ///< position of the 'following point' on body1, relative to coor…
H A DChLinkMarkers.cpp110 const ChCoordsys<>& mpos1, in Initialize() argument
126 mmark1->Impose_Rel_Coord(mpos1); in Initialize()
129 mmark1->Impose_Abs_Coord(mpos1); in Initialize()
H A DChLinkDistance.h48 …ChVector<> mpos1, ///< pos. of distance endpoint, for 1st body (rel. or abs., …
H A DChLinkMarkers.h115 …const ChCoordsys<>& mpos1, ///< the position & alignment of 1st marker (relative to body1 cords, …
H A DChLinkSpring.h75 …ChVector<> mpos1, ///< position of spring endpoint, for 1st body (rel. or abs., see…
H A DChLinkMate.cpp237 ChFrame<> mpos1, in Initialize() argument
248 this->frame1 = mpos1; in Initialize()
252 static_cast<ChFrame<>*>(this->Body1)->TransformParentToLocal(mpos1, this->frame1); in Initialize()
/dports/science/mcstas-comps/mcstas-comps-2.5-src/examples/
H A Dlinup-1.instr49 double mpos0, mpos1, mpos2, mpos3, mpos4, mpos5, mpos6, mpos7;
58 mpos1 = -2.5*d; mrot1 = -2.5*phi;
110 AT (0, mpos1, 0) RELATIVE focus_mono
H A Dlinup-2.instr53 double mpos0, mpos1, mpos2, mpos3, mpos4, mpos5, mpos6, mpos7;
62 mpos1 = -2.5*d; mrot1 = -2.5*phi;
116 AT (0, mpos1, 0) RELATIVE focus_mono
H A Dlinup-5.instr58 double mpos0, mpos1, mpos2, mpos3, mpos4, mpos5, mpos6, mpos7;
67 mpos1 = -2.5*d; mrot1 = -2.5*phi;
121 AT (0, mpos1, 0) RELATIVE focus_mono
H A Dlinup-3.instr57 double mpos0, mpos1, mpos2, mpos3, mpos4, mpos5, mpos6, mpos7;
66 mpos1 = -2.5*d; mrot1 = -2.5*phi;
120 AT (0, mpos1, 0) RELATIVE focus_mono
H A Dlinup-7.instr59 double mpos0, mpos1, mpos2, mpos3, mpos4, mpos5, mpos6, mpos7;
68 mpos1 = -2.5*d; mrot1 = -2.5*phi;
122 AT (0, mpos1, 0) RELATIVE focus_mono
H A Dlinup-6.instr60 double mpos0, mpos1, mpos2, mpos3, mpos4, mpos5, mpos6, mpos7;
69 mpos1 = -2.5*d; mrot1 = -2.5*phi;
124 AT (0, mpos1, 0) RELATIVE focus_mono
H A Dlinup-4.instr59 double mpos0, mpos1, mpos2, mpos3, mpos4, mpos5, mpos6, mpos7;
68 mpos1 = -2.5*d; mrot1 = -2.5*phi;
122 AT (0, mpos1, 0) RELATIVE focus_mono
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/
H A DMover.h302 …void InitSpeed( idVec3 &mpos1, idVec3 &mpos2, float mspeed, float maccelTime, float mdecelTime…
303 void InitTime( idVec3 &mpos1, idVec3 &mpos2, float mtime, float maccelTime, float mdecelTime );
H A DMover.cpp2939 void idMover_Binary::InitSpeed( idVec3 &mpos1, idVec3 &mpos2, float mspeed, float maccelTime, float… in InitSpeed() argument
2944 pos1 = mpos1; in InitSpeed()
2976 void idMover_Binary::InitTime( idVec3 &mpos1, idVec3 &mpos2, float mtime, float maccelTime, float m… in InitTime() argument
2978 pos1 = mpos1; in InitTime()
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/
H A DMover.h306 …void InitSpeed( idVec3 &mpos1, idVec3 &mpos2, float mspeed, float maccelTime, float mdecelTime…
307 void InitTime( idVec3 &mpos1, idVec3 &mpos2, float mtime, float maccelTime, float mdecelTime );
H A DMover.cpp2970 void idMover_Binary::InitSpeed( idVec3 &mpos1, idVec3 &mpos2, float mspeed, float maccelTime, float… in InitSpeed() argument
2975 pos1 = mpos1; in InitSpeed()
3007 void idMover_Binary::InitTime( idVec3 &mpos1, idVec3 &mpos2, float mtime, float maccelTime, float m… in InitTime() argument
3009 pos1 = mpos1; in InitTime()
/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.c4826 uint32_t mpos1, mpos2; in lyd_node_pos_cmp() local
4834 mpos1 = lys_module_pos(lys_node_module(np1->node->schema)); in lyd_node_pos_cmp()
4839 if (mpos1 > mpos2) { in lyd_node_pos_cmp()