Home
last modified time | relevance | path

Searched defs:motorSpeed (Results 1 – 25 of 75) sorted by relevance

123

/dports/devel/libpololu-avr/libpololu-avr-151002/examples_templates/motors2/
H A Dtest.c32 int motorSpeed = (512 - pot) / 2; in main() local
/dports/devel/libpololu-avr/libpololu-avr-151002/examples_templates/motors1/
H A Dtest.c25 int motorSpeed = pot/2-256; // turn pot reading into number between -256 and 255 in main() local
/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/
H A Dtheo_jansen.py32 motorSpeed = 2 variable in TheoJansen
/dports/x11-toolkits/qml-box2d/qml-box2d-21e57f/
H A Dbox2dwheeljoint.h133 inline float Box2DWheelJoint::motorSpeed() const in motorSpeed() function
H A Dbox2drevolutejoint.h141 inline float Box2DRevoluteJoint::motorSpeed() const in motorSpeed() function
H A Dbox2dprismaticjoint.h162 inline float Box2DPrismaticJoint::motorSpeed() const in motorSpeed() function
H A Dbox2dwheeljoint.cpp100 void Box2DWheelJoint::setMotorSpeed(float motorSpeed) in setMotorSpeed()
H A Dbox2drevolutejoint.cpp126 void Box2DRevoluteJoint::setMotorSpeed(float motorSpeed) in setMotorSpeed()
H A Dbox2dprismaticjoint.cpp114 void Box2DPrismaticJoint::setMotorSpeed(float motorSpeed) in setMotorSpeed()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Urho2D/
H A DConstraintRevolute2D.cpp133 void ConstraintRevolute2D::SetMotorSpeed(float motorSpeed) in SetMotorSpeed()
H A DConstraintWheel2D.cpp116 void ConstraintWheel2D::SetMotorSpeed(float motorSpeed) in SetMotorSpeed()
H A DConstraintPrismatic2D.cpp161 void ConstraintPrismatic2D::SetMotorSpeed(float motorSpeed) in SetMotorSpeed()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/constraint/
H A DHingeJoint.h67 decimal motorSpeed; member
H A DSliderJoint.h69 decimal motorSpeed; member
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/constraint/
H A DHingeJoint.cpp144 void HingeJoint::setMotorSpeed(decimal motorSpeed) { in setMotorSpeed()
H A DSliderJoint.cpp190 void SliderJoint::setMotorSpeed(decimal motorSpeed) { in setMotorSpeed()
/dports/games/kolf/kolf-21.12.3/external/Box2D/Dynamics/Joints/
H A Db2RevoluteJoint.h77 qreal motorSpeed; member
H A Db2LineJoint.h75 qreal motorSpeed; member
/dports/devel/upp/upp/uppsrc/plugin/box2d/
H A Db2RevoluteJoint.h77 float32 motorSpeed; member
H A Db2LineJoint.h75 float32 motorSpeed; member
/dports/devel/love07/love-HEAD/src/modules/physics/box2d/Source/Dynamics/Joints/
H A Db2RevoluteJoint.h77 float32 motorSpeed; member
H A Db2PrismaticJoint.h79 float32 motorSpeed; member
/dports/devel/love5/love-0.5-0/src/box2d/Source/Dynamics/Joints/
H A Db2RevoluteJoint.h77 float32 motorSpeed; member
H A Db2PrismaticJoint.h79 float32 motorSpeed; member
/dports/games/numptyphysics/numptyphysics/Box2D/Source/Dynamics/Joints/
H A Db2RevoluteJoint.h77 float32 motorSpeed; member

123