HomeSort by relevance Sort by last modified time
    Searched refs:icontrol (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 530 struct IControl
532 virtual ~IControl() {}
535 static IControl* Default() { static IControl def;return(&def); }
539 Specs() : icontrol(IControl::Default()) {}
541 IControl* icontrol; member in struct:btSoftBody::AJoint::Specs
544 IControl* m_icontrol;
btSoftBody.cpp 424 pj->m_icontrol = specs.icontrol;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 269 milliseconds