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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btManifoldPoint.h 24 typedef sce::PhysicsEffects::PfxConstraintRow btConstraintRow;
27 ATTRIBUTE_ALIGNED16(struct) btConstraintRow {
35 typedef btConstraintRow PfxConstraintRow;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btConstraintRow.java 18 public class btConstraintRow extends BulletBase {
21 protected btConstraintRow(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btConstraintRow, normally you should not need this constructor it's intended for low-level usage. */
27 public btConstraintRow(long cPtr, boolean cMemoryOwn) {
28 this("btConstraintRow", cPtr, cMemoryOwn);
39 public static long getCPtr(btConstraintRow obj) {
109 public btConstraintRow() {

Completed in 501 milliseconds