Searched defs:pivotA (Results 1 - 19 of 19) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DConeJoint.java64 * @param pivotA local translation of the joint connection point in node A
67 public ConeJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB) { argument
68 super(nodeA, nodeB, pivotA, pivotB);
75 * @param pivotA local translation of the joint connection point in node A
78 public ConeJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Matrix3f rotB) { argument
79 super(nodeA, nodeB, pivotA, pivotB);
129 objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB);
135 private native long createJoint(long objectIdA, long objectIdB, Vector3f pivotA, Matrix3f rotA, Vector3f pivotB, Matrix3f rotB); argument
H A DPhysicsJoint.java50 protected Vector3f pivotA; field in class:PhysicsJoint
58 * @param pivotA local translation of the joint connection point in node A
61 public PhysicsJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB) { argument
64 this.pivotA = pivotA;
108 return pivotA;
127 capsule.write(pivotA, "pivotA", null);
135 this.pivotA = (Vector3f) capsule.readSavable("pivotA", ne
[all...]
H A DPoint2PointJoint.java57 * @param pivotA local translation of the joint connection point in node A
60 public Point2PointJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB) { argument
61 super(nodeA, nodeB, pivotA, pivotB);
121 objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, pivotB);
125 private native long createJoint(long objectIdA, long objectIdB, Vector3f pivotA, Vector3f pivotB); argument
H A DSixDofSpringJoint.java60 * @param pivotA local translation of the joint connection point in node A
63 public SixDofSpringJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Matrix3f rotB, boolean useLinearReferenceFrameA) { argument
64 super(nodeA, nodeB, pivotA, pivotB, rotA, rotB, useLinearReferenceFrameA);
90 native long createJoint(long objectIdA, long objectIdB, Vector3f pivotA, Matrix3f rotA, Vector3f pivotB, Matrix3f rotB, boolean useLinearReferenceFrameA); argument
H A DSixDofJoint.java75 * @param pivotA local translation of the joint connection point in node A
78 public SixDofJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Matrix3f rotB, boolean useLinearReferenceFrameA) { argument
79 super(nodeA, nodeB, pivotA, pivotB);
84 objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB, useLinearReferenceFrameA);
90 * @param pivotA local translation of the joint connection point in node A
93 public SixDofJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, boolean useLinearReferenceFrameA) { argument
94 super(nodeA, nodeB, pivotA, pivotB);
99 objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB, useLinearReferenceFrameA);
163 native long createJoint(long objectIdA, long objectIdB, Vector3f pivotA, Matrix3f rotA, Vector3f pivotB, Matrix3f rotB, boolean useLinearReferenceFrameA); argument
170 objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rot
[all...]
H A DHingeJoint.java66 * @param pivotA local translation of the joint connection point in node A
69 public HingeJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Vector3f axisA, Vector3f axisB) { argument
70 super(nodeA, nodeB, pivotA, pivotB);
184 objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, axisA, pivotB, axisB);
188 private native long createJoint(long objectIdA, long objectIdB, Vector3f pivotA, Vector3f axisA, Vector3f pivotB, Vector3f axisB); argument
H A DSliderJoint.java59 * @param pivotA local translation of the joint connection point in node A
62 public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Matrix3f rotB, boolean useLinearReferenceFrameA) { argument
63 super(nodeA, nodeB, pivotA, pivotB);
71 * @param pivotA local translation of the joint connection point in node A
74 public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, boolean useLinearReferenceFrameA) { argument
75 super(nodeA, nodeB, pivotA, pivotB);
532 objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB, useLinearReferenceFrameA);
537 private native long createJoint(long objectIdA, long objectIdB, Vector3f pivotA, Matrix3f rotA, Vector3f pivotB, Matrix3f rotB, boolean useLinearReferenceFrameA); argument
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_joints_ConeJoint.cpp82 (JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject pivotB, jobject rotB) {
89 jmeBulletUtil::convert(env, pivotA, &transA.getOrigin());
81 Java_com_jme3_bullet_joints_ConeJoint_createJoint(JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject pivotB, jobject rotB) argument
H A Dcom_jme3_bullet_joints_Point2PointJoint.cpp145 (JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject pivotB) {
153 jmeBulletUtil::convert(env, pivotA, &transA.getOrigin());
144 Java_com_jme3_bullet_joints_Point2PointJoint_createJoint(JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject pivotB) argument
H A Dcom_jme3_bullet_joints_SixDofJoint.cpp153 (JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject pivotB, jobject rotB, jboolean useLinearReferenceFrameA) {
160 jmeBulletUtil::convert(env, pivotA, &transA.getOrigin());
152 Java_com_jme3_bullet_joints_SixDofJoint_createJoint(JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject pivotB, jobject rotB, jboolean useLinearReferenceFrameA) argument
H A Dcom_jme3_bullet_joints_SixDofSpringJoint.cpp77 (JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject pivotB, jobject rotB, jboolean useLinearReferenceFrameA) {
82 jmeBulletUtil::convert(env, pivotA, &transA.getOrigin());
76 Java_com_jme3_bullet_joints_SixDofSpringJoint_createJoint(JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject pivotB, jobject rotB, jboolean useLinearReferenceFrameA) argument
H A Dcom_jme3_bullet_joints_HingeJoint.cpp209 (JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject axisA, jobject pivotB, jobject axisB) {
217 jmeBulletUtil::convert(env, pivotA, &vec1);
208 Java_com_jme3_bullet_joints_HingeJoint_createJoint(JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject axisA, jobject pivotB, jobject axisB) argument
H A Dcom_jme3_bullet_joints_SliderJoint.cpp945 (JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject pivotB, jobject rotB, jboolean useLinearReferenceFrameA) {
952 jmeBulletUtil::convert(env, pivotA, &transA.getOrigin());
944 Java_com_jme3_bullet_joints_SliderJoint_createJoint(JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject pivotB, jobject rotB, jboolean useLinearReferenceFrameA) argument
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
H A DConeJoint.java65 * @param pivotA local translation of the joint connection point in node A
68 public ConeJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB) { argument
69 super(nodeA, nodeB, pivotA, pivotB);
76 * @param pivotA local translation of the joint connection point in node A
79 public ConeJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Matrix3f rotB) { argument
80 super(nodeA, nodeB, pivotA, pivotB);
127 Converter.convert(pivotA, transA.origin);
H A DPhysicsJoint.java49 protected Vector3f pivotA; field in class:PhysicsJoint
57 * @param pivotA local translation of the joint connection point in node A
60 public PhysicsJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB) { argument
63 this.pivotA = pivotA;
105 return pivotA;
124 capsule.write(pivotA, "pivotA", null);
132 this.pivotA = (Vector3f) capsule.readSavable("pivotA", ne
[all...]
H A DPoint2PointJoint.java57 * @param pivotA local translation of the joint connection point in node A
60 public Point2PointJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB) { argument
61 super(nodeA, nodeB, pivotA, pivotB);
109 constraint = new Point2PointConstraint(nodeA.getObjectId(), nodeB.getObjectId(), Converter.convert(pivotA), Converter.convert(pivotB));
H A DHingeJoint.java66 * @param pivotA local translation of the joint connection point in node A
69 public HingeJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Vector3f axisA, Vector3f axisB) { argument
70 super(nodeA, nodeB, pivotA, pivotB);
153 Converter.convert(pivotA), Converter.convert(pivotB),
H A DSixDofJoint.java75 * @param pivotA local translation of the joint connection point in node A
78 public SixDofJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Matrix3f rotB, boolean useLinearReferenceFrameA) { argument
79 super(nodeA, nodeB, pivotA, pivotB);
83 Converter.convert(pivotA, transA.origin);
95 * @param pivotA local translation of the joint connection point in node A
98 public SixDofJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, boolean useLinearReferenceFrameA) { argument
99 super(nodeA, nodeB, pivotA, pivotB);
103 Converter.convert(pivotA, transA.origin);
165 Converter.convert(pivotA, transA.origin);
H A DSliderJoint.java59 * @param pivotA local translation of the joint connection point in node A
62 public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Matrix3f rotB, boolean useLinearReferenceFrameA) { argument
63 super(nodeA, nodeB, pivotA, pivotB);
71 * @param pivotA local translation of the joint connection point in node A
74 public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, boolean useLinearReferenceFrameA) { argument
75 super(nodeA, nodeB, pivotA, pivotB);
421 Converter.convert(pivotA, transA.origin);

Completed in 593 milliseconds