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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofConstraint.cpp 22 #include "btGeneric6DofConstraint.h"
38 btGeneric6DofConstraint::btGeneric6DofConstraint(btRigidBody& rbA, btRigidBody& rbB, const btTransform& frameInA, const btTransform& frameInB, bool useLinearReferenceFrameA)
52 btGeneric6DofConstraint::btGeneric6DofConstraint(btRigidBody& rbB, const btTransform& frameInB, bool useLinearReferenceFrameB)
353 void btGeneric6DofConstraint::calculateAngleInfo()
384 void btGeneric6DofConstraint::calculateTransforms()
389 void btGeneric6DofConstraint::calculateTransforms(const btTransform& transA,const btTransform& transB)
415 void btGeneric6DofConstraint::buildLinearJacobian(
433 void btGeneric6DofConstraint::buildAngularJacobian
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btGeneric6DofConstraint.java 19 public class btGeneric6DofConstraint extends btTypedConstraint {
22 protected btGeneric6DofConstraint(final String className, long cPtr, boolean cMemoryOwn) {
27 /** Construct a new btGeneric6DofConstraint, normally you should not need this constructor it's intended for low-level usage. */
28 public btGeneric6DofConstraint(long cPtr, boolean cMemoryOwn) {
29 this("btGeneric6DofConstraint", cPtr, cMemoryOwn);
40 public static long getCPtr(btGeneric6DofConstraint obj) {
70 public btGeneric6DofConstraint(btRigidBody rbA, btRigidBody rbB, Matrix4 frameInA, Matrix4 frameInB, boolean useLinearReferenceFrameA) {
74 public btGeneric6DofConstraint(btRigidBody rbB, Matrix4 frameInB, boolean useLinearReferenceFrameB) {

Completed in 94 milliseconds