Searched defs:joint (Results 1 - 18 of 18) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_joints_PhysicsJoint.cpp50 btTypedConstraint* joint = reinterpret_cast<btTypedConstraint*>(jointId); local
51 if (joint == NULL) {
56 return joint->getAppliedImpulse();
H A Dcom_jme3_bullet_joints_ConeJoint.cpp50 btConeTwistConstraint* joint = reinterpret_cast<btConeTwistConstraint*>(jointId); local
51 if (joint == NULL) {
57 joint->setLimit(swingSpan1, swingSpan2, twistSpan);
67 btConeTwistConstraint* joint = reinterpret_cast<btConeTwistConstraint*>(jointId); local
68 if (joint == NULL) {
73 joint->setAngularOnly(angularOnly);
94 btConeTwistConstraint* joint = new btConeTwistConstraint(*bodyA, *bodyB, transA, transB); local
95 return reinterpret_cast<jlong>(joint);
H A Dcom_jme3_bullet_joints_Point2PointJoint.cpp50 btPoint2PointConstraint* joint = reinterpret_cast<btPoint2PointConstraint*>(jointId); local
51 if (joint == NULL) {
56 joint->m_setting.m_damping = damping;
66 btPoint2PointConstraint* joint = reinterpret_cast<btPoint2PointConstraint*>(jointId); local
67 if (joint == NULL) {
72 joint->m_setting.m_impulseClamp = clamp;
82 btPoint2PointConstraint* joint = reinterpret_cast<btPoint2PointConstraint*>(jointId); local
83 if (joint == NULL) {
88 joint->m_setting.m_tau = tau;
98 btPoint2PointConstraint* joint local
114 btPoint2PointConstraint* joint = reinterpret_cast<btPoint2PointConstraint*>(jointId); local
130 btPoint2PointConstraint* joint = reinterpret_cast<btPoint2PointConstraint*>(jointId); local
156 btHingeConstraint* joint = new btHingeConstraint(*bodyA, *bodyB, transA, transB); local
[all...]
H A Dcom_jme3_bullet_joints_SixDofJoint.cpp50 btGeneric6DofConstraint* joint = reinterpret_cast<btGeneric6DofConstraint*>(jointId); local
51 if (joint == NULL) {
56 return reinterpret_cast<jlong>(joint->getRotationalLimitMotor(index));
66 btGeneric6DofConstraint* joint = reinterpret_cast<btGeneric6DofConstraint*>(jointId); local
67 if (joint == NULL) {
72 return reinterpret_cast<jlong>(joint->getTranslationalLimitMotor());
82 btGeneric6DofConstraint* joint = reinterpret_cast<btGeneric6DofConstraint*>(jointId); local
83 if (joint == NULL) {
90 joint->setLinearUpperLimit(vec);
100 btGeneric6DofConstraint* joint local
118 btGeneric6DofConstraint* joint = reinterpret_cast<btGeneric6DofConstraint*>(jointId); local
136 btGeneric6DofConstraint* joint = reinterpret_cast<btGeneric6DofConstraint*>(jointId); local
165 btGeneric6DofConstraint* joint = new btGeneric6DofConstraint(*bodyA, *bodyB, transA, transB, useLinearReferenceFrameA); local
[all...]
H A Dcom_jme3_bullet_joints_SixDofSpringJoint.cpp19 btGeneric6DofSpringConstraint* joint = reinterpret_cast<btGeneric6DofSpringConstraint*>(jointId); local
20 joint -> enableSpring(index, onOff);
31 btGeneric6DofSpringConstraint* joint = reinterpret_cast<btGeneric6DofSpringConstraint*>(jointId); local
32 joint -> setStiffness(index, stiffness);
42 btGeneric6DofSpringConstraint* joint = reinterpret_cast<btGeneric6DofSpringConstraint*>(jointId); local
43 joint -> setDamping(index, damping);
53 btGeneric6DofSpringConstraint* joint = reinterpret_cast<btGeneric6DofSpringConstraint*>(jointId); local
54 joint -> setEquilibriumPoint();
64 btGeneric6DofSpringConstraint* joint = reinterpret_cast<btGeneric6DofSpringConstraint*>(jointId); local
65 joint
88 btGeneric6DofSpringConstraint* joint = new btGeneric6DofSpringConstraint(*bodyA, *bodyB, transA, transB, useLinearReferenceFrameA); local
[all...]
H A Dcom_jme3_bullet_joints_HingeJoint.cpp50 btHingeConstraint* joint = reinterpret_cast<btHingeConstraint*>(jointId); local
51 if (joint == NULL) {
56 joint->enableAngularMotor(enable, targetVelocity, maxMotorImpulse);
66 btHingeConstraint* joint = reinterpret_cast<btHingeConstraint*>(jointId); local
67 if (joint == NULL) {
72 return joint->getEnableAngularMotor();
82 btHingeConstraint* joint = reinterpret_cast<btHingeConstraint*>(jointId); local
83 if (joint == NULL) {
88 return joint->getMotorTargetVelosity();
98 btHingeConstraint* joint local
114 btHingeConstraint* joint = reinterpret_cast<btHingeConstraint*>(jointId); local
130 btHingeConstraint* joint = reinterpret_cast<btHingeConstraint*>(jointId); local
146 btHingeConstraint* joint = reinterpret_cast<btHingeConstraint*>(jointId); local
162 btHingeConstraint* joint = reinterpret_cast<btHingeConstraint*>(jointId); local
178 btHingeConstraint* joint = reinterpret_cast<btHingeConstraint*>(jointId); local
194 btHingeConstraint* joint = reinterpret_cast<btHingeConstraint*>(jointId); local
221 btHingeConstraint* joint = new btHingeConstraint(*bodyA, *bodyB, vec1, vec2, vec3, vec4); local
[all...]
H A Dcom_jme3_bullet_joints_SliderJoint.cpp50 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
51 if (joint == NULL) {
56 return joint->getLowerLinLimit();
66 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
67 if (joint == NULL) {
72 joint->setLowerLinLimit(value);
82 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
83 if (joint == NULL) {
88 return joint->getUpperLinLimit();
98 btSliderConstraint* joint local
114 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
130 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
146 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
162 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
178 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
194 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
210 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
226 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
242 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
258 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
274 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
290 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
306 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
322 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
338 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
354 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
370 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
386 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
402 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
418 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
434 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
450 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
466 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
482 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
498 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
514 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
530 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
546 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
562 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
578 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
594 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
610 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
626 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
642 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
658 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
674 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
690 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
706 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
722 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
738 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
754 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
770 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
786 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
802 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
818 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
834 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
850 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
866 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
882 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
898 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
914 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
930 btSliderConstraint* joint = reinterpret_cast<btSliderConstraint*>(jointId); local
957 btSliderConstraint* joint = new btSliderConstraint(*bodyA, *bodyB, transA, transB, useLinearReferenceFrameA); local
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestPhysicsHingeJoint.java49 private HingeJoint joint; field in class:TestPhysicsHingeJoint
65 joint.enableMotor(true, 1, .1f);
68 joint.enableMotor(true, -1, .1f);
71 joint.enableMotor(false, 0, 0);
99 joint=new HingeJoint(holderNode.getControl(RigidBodyControl.class), hammerNode.getControl(RigidBodyControl.class), Vector3f.ZERO, new Vector3f(0f,-1,0f), Vector3f.UNIT_Z, Vector3f.UNIT_Z);
100 getPhysicsSpace().add(joint);
H A DTestAttachGhostObject.java55 private HingeJoint joint; field in class:TestAttachGhostObject
76 joint.enableMotor(true, 1, .1f);
78 joint.enableMotor(true, -1, .1f);
80 joint.enableMotor(false, 0, 0);
120 joint = new HingeJoint(holderNode.getControl(RigidBodyControl.class), hammerNode.getControl(RigidBodyControl.class), Vector3f.ZERO, new Vector3f(0f, -1, 0f), Vector3f.UNIT_Z, Vector3f.UNIT_Z);
121 getPhysicsSpace().add(joint);
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
H A DRagdollPreset.java27 public void setupJointForBone(String boneName, SixDofJoint joint) { argument
51 logger.log(Level.INFO, "Found matching joint for bone {0} : {1} with score {2}", new Object[]{boneName, resultName, resultScore});
52 preset.setupJoint(joint);
54 logger.log(Level.INFO, "No joint match found for bone {0}", boneName);
58 new JointPreset().setupJoint(joint);
79 public void setupJoint(SixDofJoint joint) { argument
80 joint.getRotationalLimitMotor(0).setHiLimit(maxX);
81 joint.getRotationalLimitMotor(0).setLoLimit(minX);
82 joint.getRotationalLimitMotor(1).setHiLimit(maxY);
83 joint
[all...]
H A DRagdollUtils.java29 public static void setJointLimit(SixDofJoint joint, float maxX, float minX, float maxY, float minY, float maxZ, float minZ) { argument
31 joint.getRotationalLimitMotor(0).setHiLimit(maxX);
32 joint.getRotationalLimitMotor(0).setLoLimit(minX);
33 joint.getRotationalLimitMotor(1).setHiLimit(maxY);
34 joint.getRotationalLimitMotor(1).setLoLimit(minY);
35 joint.getRotationalLimitMotor(2).setHiLimit(maxZ);
36 joint.getRotationalLimitMotor(2).setLoLimit(minZ);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsRigidBody.java649 public void addJoint(PhysicsJoint joint) { argument
650 if (!joints.contains(joint)) {
651 joints.add(joint);
659 public void removeJoint(PhysicsJoint joint) { argument
660 joints.remove(joint);
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DKinematicRagdollControl.java132 protected SixDofJoint joint; field in class:KinematicRagdollControl.PhysicsBoneLink
399 //get joint position for parent
405 SixDofJoint joint = new SixDofJoint(parent, shapeNode, posToParent, new Vector3f(0, 0, 0f), true);
406 preset.setupJointForBone(bone.getName(), joint);
408 link.joint = joint;
409 joint.setCollisionBetweenLinkedBodys(false);
423 * Set the joint limits for the joint between the given bone and its parent.
436 RagdollUtils.setJointLimit(link.joint, max
[all...]
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
H A DPhysicsSpace.java574 private void addJoint(PhysicsJoint joint) { argument
575 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.INFO, "Adding Joint {0} to physics space.", joint.getObjectId());
576 physicsJoints.add(joint);
577 dynamicsWorld.addConstraint(joint.getObjectId(), !joint.isCollisionBetweenLinkedBodys());
580 private void removeJoint(PhysicsJoint joint) { argument
581 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.INFO, "Removing Joint {0} from physics space.", joint.getObjectId());
582 physicsJoints.remove(joint);
583 dynamicsWorld.removeConstraint(joint.getObjectId());
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsRigidBody.java586 public void addJoint(PhysicsJoint joint) { argument
587 if (!joints.contains(joint)) {
588 joints.add(joint);
596 public void removeJoint(PhysicsJoint joint) { argument
597 joints.remove(joint);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
H A DPhysicsSpace.java626 private void addJoint(PhysicsJoint joint) { argument
627 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.INFO, "Adding Joint {0} to physics space.", Long.toHexString(joint.getObjectId()));
628 physicsJoints.add(joint);
629 addConstraint(physicsSpaceId, joint.getObjectId());
630 // dynamicsWorld.addConstraint(joint.getObjectId(), !joint.isCollisionBetweenLinkedBodys());
633 private void removeJoint(PhysicsJoint joint) { argument
634 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.INFO, "Removing Joint {0} from physics space.", Long.toHexString(joint.getObjectId()));
635 physicsJoints.remove(joint);
636 removeConstraint(physicsSpaceId, joint
[all...]
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c497 Bool joint; /* signals that the last arc ended */ member in struct:black_TWorker_
785 ras.joint = FALSE;
857 ras.joint = FALSE;
987 /* Subdivide one conic Bezier into two joint sub-arcs in the Bezier */
1026 /* Subdivide a third-order Bezier arc into two joint sub-arcs in the */
1145 if ( ras.joint )
1148 ras.joint = FALSE;
1151 ras.joint = (char)( f2 == 0 );
1313 if ( ras.joint )
1316 ras.joint
[all...]
/external/freetype/src/raster/
H A Dftraster.c497 Bool joint; /* signals that the last arc ended */ member in struct:black_TWorker_
785 ras.joint = FALSE;
857 ras.joint = FALSE;
987 /* Subdivide one conic Bezier into two joint sub-arcs in the Bezier */
1026 /* Subdivide a third-order Bezier arc into two joint sub-arcs in the */
1145 if ( ras.joint )
1148 ras.joint = FALSE;
1151 ras.joint = (char)( f2 == 0 );
1313 if ( ras.joint )
1316 ras.joint
[all...]

Completed in 406 milliseconds