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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 83 ///eAeroModel
84 struct eAeroModel { enum _ {
566 eAeroModel::_ aeromodel; // Aerodynamic model (default: V_Point)
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java 83 static public class eAeroModel extends BulletBase {
86 protected eAeroModel(final String className, long cPtr, boolean cMemoryOwn) {
91 /** Construct a new eAeroModel, normally you should not need this constructor it's intended for low-level usage. */
92 public eAeroModel(long cPtr, boolean cMemoryOwn) {
93 this("eAeroModel", cPtr, cMemoryOwn);
104 public static long getCPtr(eAeroModel obj) {
126 public eAeroModel() {
    [all...]

Completed in 94 milliseconds