congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
SliderJoint.createJoint
Code IndexAdd Tabnine to your IDE (free)

How to use
createJoint
method
in
com.jme3.bullet.joints.SliderJoint

Best Java code snippets using com.jme3.bullet.joints.SliderJoint.createJoint (Showing top 18 results out of 315)

origin: jMonkeyEngine/jmonkeyengine

/**
 * @param pivotA local translation of the joint connection point in node A
 * @param pivotB local translation of the joint connection point in node B
 */
public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Matrix3f rotB, boolean useLinearReferenceFrameA) {
  super(nodeA, nodeB, pivotA, pivotB);
  this.rotA=rotA;
  this.rotB=rotB;
  this.useLinearReferenceFrameA=useLinearReferenceFrameA;
  createJoint();
}
origin: jMonkeyEngine/jmonkeyengine

/**
 * Instantiate a SliderJoint. To be effective, the joint must be added to a
 * physics space.
 *
 * @param nodeA the 1st body connected by the joint (not null, alias
 * created)
 * @param nodeB the 2nd body connected by the joint (not null, alias
 * created)
 * @param pivotA the local offset of the connection point in node A (not
 * null, alias created)
 * @param pivotB the local offset of the connection point in node B (not
 * null, alias created)
 * @param rotA the local orientation of the connection to node A (not null, alias created)
 * @param rotB the local orientation of the connection to node B (not null, alias created)
 * @param useLinearReferenceFrameA true→use node A, false→use node
 * B
 */
public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Matrix3f rotB, boolean useLinearReferenceFrameA) {
  super(nodeA, nodeB, pivotA, pivotB);
  this.rotA = rotA;
  this.rotB = rotB;
  this.useLinearReferenceFrameA = useLinearReferenceFrameA;
  createJoint();
}
origin: jMonkeyEngine/jmonkeyengine

  private native long createJoint(long objectIdA, long objectIdB, Vector3f pivotA, Matrix3f rotA, Vector3f pivotB, Matrix3f rotB, boolean useLinearReferenceFrameA);
}
origin: jMonkeyEngine/jmonkeyengine

/**
 * @param pivotA local translation of the joint connection point in node A
 * @param pivotB local translation of the joint connection point in node B
 */
public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, boolean useLinearReferenceFrameA) {
  super(nodeA, nodeB, pivotA, pivotB);
  this.rotA=new Matrix3f();
  this.rotB=new Matrix3f();
  this.useLinearReferenceFrameA=useLinearReferenceFrameA;
  createJoint();
}
origin: jMonkeyEngine/jmonkeyengine

/**
 * Instantiate a SliderJoint. To be effective, the joint must be added to a
 * physics space.
 *
 * @param nodeA the 1st body connected by the joint (not null, alias
 * created)
 * @param nodeB the 2nd body connected by the joint (not null, alias
 * created)
 * @param pivotA the local offset of the connection point in node A (not
 * null, alias created)
 * @param pivotB the local offset of the connection point in node B (not
 * null, alias created)
 * @param useLinearReferenceFrameA true→use node A, false→use node
 * B
 */
public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, boolean useLinearReferenceFrameA) {
  super(nodeA, nodeB, pivotA, pivotB);
  this.rotA = new Matrix3f();
  this.rotB = new Matrix3f();
  this.useLinearReferenceFrameA = useLinearReferenceFrameA;
  createJoint();
}
origin: jMonkeyEngine/jmonkeyengine

createJoint();
origin: jMonkeyEngine/jmonkeyengine

createJoint();
origin: org.jmonkeyengine/jme3-bullet

/**
 * @param pivotA local translation of the joint connection point in node A
 * @param pivotB local translation of the joint connection point in node B
 */
public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Matrix3f rotB, boolean useLinearReferenceFrameA) {
  super(nodeA, nodeB, pivotA, pivotB);
  this.rotA = rotA;
  this.rotB = rotB;
  this.useLinearReferenceFrameA = useLinearReferenceFrameA;
  createJoint();
}
origin: org.jmonkeyengine/jme3-jbullet

/**
 * @param pivotA local translation of the joint connection point in node A
 * @param pivotB local translation of the joint connection point in node B
 */
public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Matrix3f rotB, boolean useLinearReferenceFrameA) {
  super(nodeA, nodeB, pivotA, pivotB);
  this.rotA=rotA;
  this.rotB=rotB;
  this.useLinearReferenceFrameA=useLinearReferenceFrameA;
  createJoint();
}
origin: info.projectkyoto/mms-engine

/**
 * @param pivotA local translation of the joint connection point in node A
 * @param pivotB local translation of the joint connection point in node B
 */
public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Matrix3f rotB, boolean useLinearReferenceFrameA) {
  super(nodeA, nodeB, pivotA, pivotB);
  this.rotA = rotA;
  this.rotB = rotB;
  this.useLinearReferenceFrameA = useLinearReferenceFrameA;
  createJoint();
}
origin: info.projectkyoto/mms-engine

  private native long createJoint(long objectIdA, long objectIdB, Vector3f pivotA, Matrix3f rotA, Vector3f pivotB, Matrix3f rotB, boolean useLinearReferenceFrameA);
}
origin: org.jmonkeyengine/jme3-bullet

  private native long createJoint(long objectIdA, long objectIdB, Vector3f pivotA, Matrix3f rotA, Vector3f pivotB, Matrix3f rotB, boolean useLinearReferenceFrameA);
}
origin: info.projectkyoto/mms-engine

/**
 * @param pivotA local translation of the joint connection point in node A
 * @param pivotB local translation of the joint connection point in node B
 */
public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, boolean useLinearReferenceFrameA) {
  super(nodeA, nodeB, pivotA, pivotB);
  this.rotA = new Matrix3f();
  this.rotB = new Matrix3f();
  this.useLinearReferenceFrameA = useLinearReferenceFrameA;
  createJoint();
}
origin: org.jmonkeyengine/jme3-bullet

/**
 * @param pivotA local translation of the joint connection point in node A
 * @param pivotB local translation of the joint connection point in node B
 */
public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, boolean useLinearReferenceFrameA) {
  super(nodeA, nodeB, pivotA, pivotB);
  this.rotA = new Matrix3f();
  this.rotB = new Matrix3f();
  this.useLinearReferenceFrameA = useLinearReferenceFrameA;
  createJoint();
}
origin: org.jmonkeyengine/jme3-jbullet

/**
 * @param pivotA local translation of the joint connection point in node A
 * @param pivotB local translation of the joint connection point in node B
 */
public SliderJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, boolean useLinearReferenceFrameA) {
  super(nodeA, nodeB, pivotA, pivotB);
  this.rotA=new Matrix3f();
  this.rotB=new Matrix3f();
  this.useLinearReferenceFrameA=useLinearReferenceFrameA;
  createJoint();
}
origin: info.projectkyoto/mms-engine

createJoint();
origin: org.jmonkeyengine/jme3-jbullet

createJoint();
origin: org.jmonkeyengine/jme3-bullet

createJoint();
com.jme3.bullet.jointsSliderJointcreateJoint

Javadoc

Instantiate the configured constraint in Bullet.

Popular methods of SliderJoint

  • getDampingDirAng
  • getDampingDirLin
  • getDampingLimAng
  • getDampingLimLin
  • getDampingOrthoAng
  • getDampingOrthoLin
  • getLowerAngLimit
  • getLowerLinLimit
  • getMaxAngMotorForce
  • getMaxLinMotorForce
  • getRestitutionDirAng
  • getRestitutionDirLin
  • getRestitutionDirAng,
  • getRestitutionDirLin,
  • getRestitutionLimAng,
  • getRestitutionLimLin,
  • getRestitutionOrthoAng,
  • getRestitutionOrthoLin,
  • getSoftnessDirAng,
  • getSoftnessDirLin,
  • getSoftnessLimAng

Popular in Java

  • Updating database using SQL prepared statement
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • addToBackStack (FragmentTransaction)
  • getResourceAsStream (ClassLoader)
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now