Home
last modified time | relevance | path

Searched refs:hinge (Results 1 – 25 of 737) sorted by relevance

12345678910>>...30

/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dseccam.dxf11160 hinge
11190 hinge
11220 hinge
11250 hinge
11280 hinge
11310 hinge
11340 hinge
11370 hinge
11400 hinge
11430 hinge
[all …]
/dports/graphics/gmt/gmt-6.3.0/test/psscale/
H A Dhardsoft.sh28 0 0 a) -Cgeo -T-1/2 [Normal hard hinge behavior at z = 0]
29 0 1 b) -Cgeo+h0.5 -T-1/2 [Relocate hard hinge to +0.5 km]
30 0 2 c) -Cgeo+h-0.5 -T-1/2 [Relocate hard hinge to -0.5 km]
31 0 3 d) -Cgeo -T1/2 [Range above hard hinge z = 0; lower CPT removed, no hinge]
32 0 4 e) -Cgeo -T-2/-1 [Range below hard hinge z = 0; upper CPT removed, no hinge]
34 0 6 g) -Cpolar+h -T-10/20 [Activate hinge at z = 0]
35 0 7 h) -Cpolar+h-5 -T-10/20 [Activate hinge at z = -5]
36 0 8 i) -Cpolar+h -T0/20 [Activate hinge z = 0 but range above; lower CPT removed, no hinge]
37 0 9 j) -Cpolar+h-5 -T-10/-5 [Activate hinge at z = -5 but range is below; upper CPT removed, no hin…
/dports/games/critterding/critterding-beta12/src/scenes/entities/
H A Dconstraint.cpp18 hinge = new btHingeConstraint( bodyA, bodyB, localA, localB ); in Constraint()
22 hinge->setLimit( limitA, limitB, 0.9f, 0.3f, 1.0f ); in Constraint()
23 m_ownerWorld->addConstraint( hinge, true ); in Constraint()
39 hinge->setDbgDrawSize(5.0f); in Constraint()
44 float percentAngle = (hinge->getHingeAngle() + diffFromZero) / fullRange; in getAngle()
64 hinge->enableAngularMotor(true, direction, 5000.0f); in motorate()
70 m_ownerWorld->removeConstraint( hinge ); in ~Constraint()
71 delete hinge; in ~Constraint()
/dports/games/stormbaancoureur/stormbaancoureur-2.1.6/src-stormbaancoureur/
H A Ddoorstand.h80 hinge = dJointCreateHinge (world, 0); in DoorStand()
81 dJointAttach(hinge, chassis_body, door_body); in DoorStand()
82 dJointSetHingeAnchor(hinge, initialpos[0], initialpos[1], initialpos[2]+0.9); in DoorStand()
83 dJointSetHingeAxis(hinge, 0,1,0); in DoorStand()
84 dJointSetHingeParam(hinge, dParamVel, 0.00); in DoorStand()
85 dJointSetHingeParam(hinge, dParamFMax, 0.20); in DoorStand()
108 return dJointGetHingeAngle(hinge); in GetAngle()
118 dJointID hinge; variable
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/
H A Dcreate_cpt.rst_1 **-C**\ [*cpt*\|\ *master*\ [**+h**\ [*hinge*]][**+u**\|\ **U**\ *unit*] \|\ *color1,color2*\ [,\ *…
2 …Name of a CPT file. If given a GMT Master soft-hinge CPT (see :ref:`Of Colors and Color Legends`) …
3 you can enable the hinge at data value *hinge* [0] via **+h**, whereas for hard-hinge CPTs you
4 can adjust the location of the hinge [0]. For other CPTs, you may convert their *z*-values
H A Duse_cpt_grd.rst_1 **-C**\ [*cpt*\|\ *master*\ [**+h**\ [*hinge*]][**+i**\ *zinc*][**+u**\|\ **U**\ *unit*] \|\ *color…
5 to the nearest multiple of *zinc* by adding **+i**\ *zinc*. If given a GMT Master soft-hinge CPT
6 …(see :ref:`Of Colors and Color Legends`) then you can enable the hinge at data value *hinge* [0] v…
7 whereas for hard-hinge CPTs you can adjust the location of the hinge [0].
/dports/science/mbdyn/mbdyn-1.7.3/modules/module-imu/
H A Dimu68 joint: 1, spherical hinge,
70 hinge, reference, node, eye,
72 hinge, reference, node, eye;
73 joint: 2, deformable hinge,
74 0, hinge, reference, node, eye,
75 1, hinge, reference, node, eye,
/dports/math/py-splot/splot-1.1.4/splot/
H A D_viz_value_by_alpha_mpl.py251 hinge = rgb_mapclassify['hinge']
256 rgb_bins = mapclassify_bin(x, classifier, k=k, hinge=hinge,
271 hinge = alpha_mapclassify['hinge']
278 k=k, hinge=hinge,
401 hinge=1.5, multiples=[-2,-1,1,2], mindiff=0, argument
480 bins = _classifiers[classifier](y, hinge)
/dports/devel/bullet/bullet3-3.21/examples/Constraints/
H A DTestHingeTorque.cpp49 btHingeConstraint* hinge = (btHingeConstraint*)m_dynamicsWorld->getConstraint(0); in stepSimulation() local
51 btRigidBody& bodyA = hinge->getRigidBodyA(); in stepSimulation()
53 btVector3 hingeAxisInWorld = trA.getBasis() * hinge->getFrameOffsetA().getBasis().getColumn(2); in stepSimulation()
54 hinge->getRigidBodyA().applyTorque(-hingeAxisInWorld * 10); in stepSimulation()
55 hinge->getRigidBodyB().applyTorque(hingeAxisInWorld * 10); in stepSimulation()
167 btHingeConstraint* hinge = new btHingeConstraint(*prevBody, *linkBody, in initPhysics() local
170 con = hinge; in initPhysics()
H A DConstraintPhysicsSetup.cpp49 btHingeConstraint* hinge = spDoorHinge; in stepSimulation() local
51 if (hinge) in stepSimulation()
53 const btRigidBody& bodyA = hinge->getRigidBodyA(); in stepSimulation()
54 const btRigidBody& bodyB = hinge->getRigidBodyB(); in stepSimulation()
61 btVector3 ax1 = trA.getBasis() * hinge->getFrameOffsetA().getBasis().getColumn(2); in stepSimulation()
/dports/devel/py-bullet3/bullet3-3.21/examples/Constraints/
H A DTestHingeTorque.cpp49 btHingeConstraint* hinge = (btHingeConstraint*)m_dynamicsWorld->getConstraint(0); in stepSimulation() local
51 btRigidBody& bodyA = hinge->getRigidBodyA(); in stepSimulation()
53 btVector3 hingeAxisInWorld = trA.getBasis() * hinge->getFrameOffsetA().getBasis().getColumn(2); in stepSimulation()
54 hinge->getRigidBodyA().applyTorque(-hingeAxisInWorld * 10); in stepSimulation()
55 hinge->getRigidBodyB().applyTorque(hingeAxisInWorld * 10); in stepSimulation()
167 btHingeConstraint* hinge = new btHingeConstraint(*prevBody, *linkBody, in initPhysics() local
170 con = hinge; in initPhysics()
H A DConstraintPhysicsSetup.cpp49 btHingeConstraint* hinge = spDoorHinge; in stepSimulation() local
51 if (hinge) in stepSimulation()
53 const btRigidBody& bodyA = hinge->getRigidBodyA(); in stepSimulation()
54 const btRigidBody& bodyB = hinge->getRigidBodyB(); in stepSimulation()
61 btVector3 ax1 = trA.getBasis() * hinge->getFrameOffsetA().getBasis().getColumn(2); in stepSimulation()
/dports/devel/ode/ode-0.13/ode/demo/
H A Ddemo_hinge.cpp45 static dJointID hinge; variable
154 hinge = dJointCreateHinge (world,0); in main()
155 dJointAttach (hinge,body[0],body[1]); in main()
156 dJointSetHingeAnchor (hinge,0,0,1); in main()
157 dJointSetHingeAxis (hinge,1,-1,1.41421356); in main()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/tutorial/01_elastic_hinge/
H A Dhecmw_ctrl.dat5 hinge.msh
7 hinge.cnt
9 hinge.res
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A Dforcetorquesensor.py6 hinge = p.loadURDF("hinge.urdf") variable
12 p.setJointMotorControl2(hinge, hingeJointIndex, p.VELOCITY_CONTROL, 0, 0, 0)
19 p.enableJointForceTorqueSensor(hinge, hingeJointIndex)
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/tutorial/02_elastic_hinge_parallel/
H A Dhecmw_ctrl.dat5 hinge.msh
14 hinge.cnt
16 hinge.res
/dports/math/pspp/pspp-1.4.1/src/output/charts/
H A Dboxplot-cairo.c51 double hinge[3]; in boxplot_draw_box() local
66 box_whisker_hinges (bw, hinge); in boxplot_draw_box()
68 …box_bottom = geom->axis[SCALE_ORDINATE].data_min + (hinge[0] - geom->axis[SCALE_ORDINATE].min) * g… in boxplot_draw_box()
70 …box_top = geom->axis[SCALE_ORDINATE].data_min + (hinge[2] - geom->axis[SCALE_ORDINATE].min) * geom… in boxplot_draw_box()
97 …geom->axis[SCALE_ORDINATE].data_min + (hinge[1] - geom->axis[SCALE_ORDINATE].min) * geom->axis[SCA… in boxplot_draw_box()
100 …geom->axis[SCALE_ORDINATE].data_min + (hinge[1] - geom->axis[SCALE_ORDINATE].min) * geom->axis[SCA… in boxplot_draw_box()
/dports/math/pspp/pspp-1.4.1/src/math/
H A Dtukey-hinges.c30 tukey_hinges_calculate (const struct tukey_hinges *th, double hinge[3]) in tukey_hinges_calculate()
46 hinge[i] = (1 - a_star[i]) * os->k[i].y in tukey_hinges_calculate()
51 hinge[i] = (1 - a[i]) * os->k[i].y in tukey_hinges_calculate()
57 hinge[i] = os->k[i].y_p1; in tukey_hinges_calculate()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/math/
H A Dlow_hing.men1 This is file low_hing.men--Compute lower hinge of a variable
7 4. Variable for which to compute the lower hinge:
9 5. Parameter to store the lower hinge:
H A Dupp_hing.men1 This is file upp_hing.men--Compute upper hinge of a variable
7 4. Variable for which to compute the upper hinge:
9 5. Parameter to store the upper hinge:
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Dcardynamics_load.cpp419 float hinge[3]; MATHVECTOR<Dbl,3> vec; in Load() local
421 if (!c.GetParamE("suspension-"+possh+"L.hinge", hinge)) return false; in Load()
425 if (hinge[i] < -100) hinge[i] = -100; in Load()
426 if (hinge[i] > 100) hinge[i] = 100; in Load()
428 if (version == 2) ConvertV2to1(hinge[0],hinge[1],hinge[2]); in Load()
429 vec.Set(hinge[0],hinge[1], hinge[2]); in Load()
432 if (!c.GetParamE("suspension-"+possh+"R.hinge", hinge)) return false; in Load()
435 if (hinge[i] < -100) hinge[i] = -100; in Load()
436 if (hinge[i] > 100) hinge[i] = 100; in Load()
438 if (version == 2) ConvertV2to1(hinge[0],hinge[1],hinge[2]); in Load()
[all …]
/dports/games/stuntrally/stuntrally-2.6.1/data/carsim/normal/cars/
H A DU6.car206 hinge = 0,0,0
216 hinge = 0,0,0
229 hinge = -1.1, 0,0
239 hinge = -1.1, 0, 0
251 hinge = -1.1, 0,0
261 hinge = -1.1, 0, 0
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_fdm/gear01/
H A Dgear.cpp67 hinge[num_hinges] = pos; in HardPointRotation()
157 axis = hinge[1] - hinge[0]; in HardPointRotation()
173 hinge[0] = CRRCMath::Vector3(0.0, 0.0, 0.0); in HardPointRotation()
174 hinge[1] = CRRCMath::Vector3(1.0, 0.0, 0.0); in HardPointRotation()
175 axis = hinge[1] - hinge[0]; in HardPointRotation()
183 move_orig.makeTranslation(hinge[0] * -1); in HardPointRotation()
184 move_back.makeTranslation(hinge[0]); in HardPointRotation()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/android/Test.avd/
H A Dconfig.ini84 hw.sensor.hinge=yes key
85 hw.sensor.hinge.count=0
86 hw.sensor.hinge.fold_to_displayRegion.0.1_at_posture=1
87 hw.sensor.hinge.sub_type=0
88 hw.sensor.hinge.type=0
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/android/TestTablet.avd/
H A Dconfig.ini84 hw.sensor.hinge=yes key
85 hw.sensor.hinge.count=0
86 hw.sensor.hinge.fold_to_displayRegion.0.1_at_posture=1
87 hw.sensor.hinge.sub_type=0
88 hw.sensor.hinge.type=0

12345678910>>...30