OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createJoint
(Results
1 - 10
of
10
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
Point2PointJoint.java
62
createJoint
();
113
createJoint
();
120
protected void
createJoint
() {
121
objectId =
createJoint
(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, pivotB);
125
private native long
createJoint
(long objectIdA, long objectIdB, Vector3f pivotA, Vector3f pivotB);
ConeJoint.java
71
createJoint
();
82
createJoint
();
125
createJoint
();
128
protected void
createJoint
() {
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);
HingeJoint.java
73
createJoint
();
178
createJoint
();
183
protected void
createJoint
() {
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);
SixDofSpringJoint.java
90
native long
createJoint
(long objectIdA, long objectIdB, Vector3f pivotA, Matrix3f rotA, Vector3f pivotB, Matrix3f rotB, boolean useLinearReferenceFrameA);
SliderJoint.java
67
createJoint
();
79
createJoint
();
496
createJoint
();
531
protected void
createJoint
() {
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);
SixDofJoint.java
84
objectId =
createJoint
(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB, useLinearReferenceFrameA);
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);
170
objectId =
createJoint
(nodeA.getObjectId(), nodeB.getObjectId(), pivotA, rotA, pivotB, rotB, useLinearReferenceFrameA);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
Point2PointJoint.java
62
createJoint
();
101
createJoint
();
108
protected void
createJoint
() {
ConeJoint.java
72
createJoint
();
83
createJoint
();
122
createJoint
();
125
protected void
createJoint
() {
HingeJoint.java
73
createJoint
();
146
createJoint
();
151
protected void
createJoint
() {
SliderJoint.java
67
createJoint
();
79
createJoint
();
384
createJoint
();
419
protected void
createJoint
(){
Completed in 237 milliseconds