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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 118 ///eFeature
119 struct eFeature { enum _ {
166 eFeature::_ feature; /// feature type
962 btScalar& mint,eFeature::_& feature,int& index,bool bcountonly) const;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java 310 static public class eFeature extends BulletBase {
313 protected eFeature(final String className, long cPtr, boolean cMemoryOwn) {
318 /** Construct a new eFeature, normally you should not need this constructor it's intended for low-level usage. */
319 public eFeature(long cPtr, boolean cMemoryOwn) {
320 this("eFeature", cPtr, cMemoryOwn);
331 public static long getCPtr(eFeature obj) {
353 public eFeature() {
    [all...]

Completed in 77 milliseconds