HomeSort by relevance Sort by last modified time
    Searched defs:SixDofJoint (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SixDofJoint.java 60 public class SixDofJoint extends PhysicsJoint {
71 public SixDofJoint() {
78 public SixDofJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Matrix3f rotB, boolean useLinearReferenceFrameA) {
93 public SixDofJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, boolean useLinearReferenceFrameA) {
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SixDofJoint.java 61 public class SixDofJoint extends PhysicsJoint {
71 public SixDofJoint() {
78 public SixDofJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Matrix3f rotB, boolean useLinearReferenceFrameA) {
98 public SixDofJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, boolean useLinearReferenceFrameA) {

Completed in 101 milliseconds