OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pivotB
(Results
1 - 4
of
4
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
PhysicsJoint.java
51
protected Vector3f
pivotB
;
59
* @param
pivotB
local translation of the joint connection point in node B
61
public PhysicsJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f
pivotB
) {
65
this.
pivotB
=
pivotB
;
112
return
pivotB
;
128
capsule.write(
pivotB
, "
pivotB
", null);
136
this.
pivotB
= (Vector3f) capsule.readSavable("
pivotB
", new Vector3f())
[
all
...]
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
PhysicsJoint.java
50
protected Vector3f
pivotB
;
58
* @param
pivotB
local translation of the joint connection point in node B
60
public PhysicsJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f
pivotB
) {
64
this.
pivotB
=
pivotB
;
109
return
pivotB
;
125
capsule.write(
pivotB
, "
pivotB
", null);
133
this.
pivotB
= (Vector3f) capsule.readSavable("
pivotB
", new Vector3f())
[
all
...]
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestRagDoll.java
101
Vector3f
pivotB
= B.worldToLocal(connectionPoint, new Vector3f());
102
ConeJoint joint = new ConeJoint(A.getControl(RigidBodyControl.class), B.getControl(RigidBodyControl.class), pivotA,
pivotB
);
/packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java
[
all
...]
Completed in 389 milliseconds