OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HingeJoint
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
HingeJoint.java
52
public class
HingeJoint
extends PhysicsJoint {
61
public
HingeJoint
() {
65
* Creates a new
HingeJoint
69
public
HingeJoint
(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Vector3f axisA, Vector3f axisB) {
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
HingeJoint.java
52
public class
HingeJoint
extends PhysicsJoint {
61
public
HingeJoint
() {
65
* Creates a new
HingeJoint
69
public
HingeJoint
(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Vector3f axisA, Vector3f axisB) {
Completed in 513 milliseconds