Home
last modified time | relevance | path

Searched refs:pivotB (Results 1 – 20 of 20) sorted by relevance

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DPhysicsJoint.java50 protected Vector3f pivotB; field in PhysicsJoint
60 …ic PhysicsJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB) { in PhysicsJoint() argument
64 this.pivotB = pivotB; in PhysicsJoint()
109 return pivotB; in getPivotB()
125 capsule.write(pivotB, "pivotB", null); in write()
133 this.pivotB = (Vector3f) capsule.readSavable("pivotB", new Vector3f()); in read()
DConeJoint.java68 …ublic ConeJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB) { in ConeJoint() argument
69 super(nodeA, nodeB, pivotA, pivotB); in ConeJoint()
79 …hysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Ma… in ConeJoint() argument
80 super(nodeA, nodeB, pivotA, pivotB); in ConeJoint()
131 Converter.convert(pivotB, transB.origin); in createJoint()
DSixDofJoint.java78 …hysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Ma… in SixDofJoint() argument
79 super(nodeA, nodeB, pivotA, pivotB); in SixDofJoint()
87 Converter.convert(pivotB, transB.origin); in SixDofJoint()
98 …hysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, boolean useLinear… in SixDofJoint() argument
99 super(nodeA, nodeB, pivotA, pivotB); in SixDofJoint()
106 Converter.convert(pivotB, transB.origin); in SixDofJoint()
168 Converter.convert(pivotB, transB.origin); in read()
DPoint2PointJoint.java60 …oint2PointJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB) { in Point2PointJoint() argument
61 super(nodeA, nodeB, pivotA, pivotB); in Point2PointJoint()
109 …nt(nodeA.getObjectId(), nodeB.getObjectId(), Converter.convert(pivotA), Converter.convert(pivotB)); in createJoint()
DHingeJoint.java69 …hysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Vector3f axisA, V… in HingeJoint() argument
70 super(nodeA, nodeB, pivotA, pivotB); in HingeJoint()
153 Converter.convert(pivotA), Converter.convert(pivotB), in createJoint()
DSliderJoint.java62 …hysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Ma… in SliderJoint() argument
63 super(nodeA, nodeB, pivotA, pivotB); in SliderJoint()
74 …hysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, boolean useLinear… in SliderJoint() argument
75 super(nodeA, nodeB, pivotA, pivotB); in SliderJoint()
425 Converter.convert(pivotB, transB.origin); in createJoint()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DPhysicsJoint.java51 protected Vector3f pivotB; field in PhysicsJoint
61 …ic PhysicsJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB) { in PhysicsJoint() argument
65 this.pivotB = pivotB; in PhysicsJoint()
112 return pivotB; in getPivotB()
128 capsule.write(pivotB, "pivotB", null); in write()
136 this.pivotB = (Vector3f) capsule.readSavable("pivotB", new Vector3f()); in read()
DConeJoint.java67 …ublic ConeJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB) { in ConeJoint() argument
68 super(nodeA, nodeB, pivotA, pivotB); in ConeJoint()
78 …hysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Ma… in ConeJoint() argument
79 super(nodeA, nodeB, pivotA, pivotB); in ConeJoint()
129 … objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB); in createJoint()
135 …nt(long objectIdA, long objectIdB, Vector3f pivotA, Matrix3f rotA, Vector3f pivotB, Matrix3f rotB); in createJoint() argument
DPoint2PointJoint.java60 …oint2PointJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB) { in Point2PointJoint() argument
61 super(nodeA, nodeB, pivotA, pivotB); in Point2PointJoint()
121 objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, pivotB); in createJoint()
125 … private native long createJoint(long objectIdA, long objectIdB, Vector3f pivotA, Vector3f pivotB); in createJoint() argument
DSixDofJoint.java78 …hysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Ma… in SixDofJoint() argument
79 super(nodeA, nodeB, pivotA, pivotB); in SixDofJoint()
84 …objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB, useLi… in SixDofJoint()
93 …hysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, boolean useLinear… in SixDofJoint() argument
94 super(nodeA, nodeB, pivotA, pivotB); in SixDofJoint()
99 …objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB, useLi… in SixDofJoint()
163 …long objectIdA, long objectIdB, Vector3f pivotA, Matrix3f rotA, Vector3f pivotB, Matrix3f rotB, bo… in createJoint() argument
170 …objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB, useLi… in read()
DSixDofSpringJoint.java63 …hysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Ma… in SixDofSpringJoint() argument
64 super(nodeA, nodeB, pivotA, pivotB, rotA, rotB, useLinearReferenceFrameA); in SixDofSpringJoint()
90 …long objectIdA, long objectIdB, Vector3f pivotA, Matrix3f rotA, Vector3f pivotB, Matrix3f rotB, bo… in createJoint() argument
DHingeJoint.java69 …hysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Vector3f axisA, V… in HingeJoint() argument
70 super(nodeA, nodeB, pivotA, pivotB); in HingeJoint()
184 … objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, axisA, pivotB, axisB); in createJoint()
188 …(long objectIdA, long objectIdB, Vector3f pivotA, Vector3f axisA, Vector3f pivotB, Vector3f axisB); in createJoint() argument
DSliderJoint.java62 …hysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Ma… in SliderJoint() argument
63 super(nodeA, nodeB, pivotA, pivotB); in SliderJoint()
74 …hysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, boolean useLinear… in SliderJoint() argument
75 super(nodeA, nodeB, pivotA, pivotB); in SliderJoint()
532 …objectId = createJoint(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB, useLi… in createJoint()
537 …long objectIdA, long objectIdB, Vector3f pivotA, Matrix3f rotA, Vector3f pivotB, Matrix3f rotB, bo… in createJoint() argument
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_ConeJoint.cpp82 …object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject pivotB, jobject rotB) { in Java_com_jme3_bullet_joints_ConeJoint_createJoint() argument
92 jmeBulletUtil::convert(env, pivotB, &transB.getOrigin()); in Java_com_jme3_bullet_joints_ConeJoint_createJoint()
Dcom_jme3_bullet_joints_SixDofSpringJoint.cpp77 …ect, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject pivotB, jobject rotB, jbo… in Java_com_jme3_bullet_joints_SixDofSpringJoint_createJoint() argument
85 jmeBulletUtil::convert(env, pivotB, &transB.getOrigin()); in Java_com_jme3_bullet_joints_SixDofSpringJoint_createJoint()
Dcom_jme3_bullet_joints_Point2PointJoint.cpp145 (JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject pivotB) { in Java_com_jme3_bullet_joints_Point2PointJoint_createJoint() argument
155 jmeBulletUtil::convert(env, pivotB, &transB.getOrigin()); in Java_com_jme3_bullet_joints_Point2PointJoint_createJoint()
Dcom_jme3_bullet_joints_SixDofJoint.cpp153 …ect, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject pivotB, jobject rotB, jbo… in Java_com_jme3_bullet_joints_SixDofJoint_createJoint() argument
163 jmeBulletUtil::convert(env, pivotB, &transB.getOrigin()); in Java_com_jme3_bullet_joints_SixDofJoint_createJoint()
Dcom_jme3_bullet_joints_HingeJoint.cpp209 …ject, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject axisA, jobject pivotB, jobject axisB) { in Java_com_jme3_bullet_joints_HingeJoint_createJoint() argument
218 jmeBulletUtil::convert(env, pivotB, &vec2); in Java_com_jme3_bullet_joints_HingeJoint_createJoint()
Dcom_jme3_bullet_joints_SliderJoint.cpp945 …ect, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject pivotB, jobject rotB, jbo… in Java_com_jme3_bullet_joints_SliderJoint_createJoint() argument
955 jmeBulletUtil::convert(env, pivotB, &transB.getOrigin()); in Java_com_jme3_bullet_joints_SliderJoint_createJoint()
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DTestRagDoll.java101 Vector3f pivotB = B.worldToLocal(connectionPoint, new Vector3f()); in join() local
102 …eJoint(A.getControl(RigidBodyControl.class), B.getControl(RigidBodyControl.class), pivotA, pivotB); in join()