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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btJacobianEntry.h 24 // which makes the btJacobianEntry memory layout 16 bytes
30 ATTRIBUTE_ALIGNED16(class) btJacobianEntry
33 btJacobianEntry() {};
35 btJacobianEntry(
56 btJacobianEntry(const btVector3& jointAxis,
73 btJacobianEntry(const btVector3& axisInA,
89 btJacobianEntry(
109 btScalar getNonDiagonal(const btJacobianEntry& jacB, const btScalar massInvA) const
111 const btJacobianEntry& jacA = *this;
120 btScalar getNonDiagonal(const btJacobianEntry& jacB,const btScalar massInvA,const btScalar massInvB) cons
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btJacobianEntry.java 19 public class btJacobianEntry extends BulletBase {
22 protected btJacobianEntry(final String className, long cPtr, boolean cMemoryOwn) {
27 /** Construct a new btJacobianEntry, normally you should not need this constructor it's intended for low-level usage. */
28 public btJacobianEntry(long cPtr, boolean cMemoryOwn) {
29 this("btJacobianEntry", cPtr, cMemoryOwn);
40 public static long getCPtr(btJacobianEntry obj) {
62 public btJacobianEntry() {
66 public btJacobianEntry(Matrix3 world2A, Matrix3 world2B, Vector3 rel_pos1, Vector3 rel_pos2, Vector3 jointAxis, Vector3 inertiaInvA, float massInvA, Vector3 inertiaInvB, float massInvB) {
70 public btJacobianEntry(Vector3 jointAxis, Matrix3 world2A, Matrix3 world2B, Vector3 inertiaInvA, Vector3 inertiaInvB) {
74 public btJacobianEntry(Vector3 axisInA, Vector3 axisInB, Vector3 inertiaInvA, Vector3 inertiaInvB)
    [all...]

Completed in 204 milliseconds