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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
SWIGTYPE_p_btMatrix3x3.java 11 public class SWIGTYPE_p_btMatrix3x3 {
14 protected SWIGTYPE_p_btMatrix3x3(long cPtr, @SuppressWarnings("unused") boolean futureUse) {
18 protected SWIGTYPE_p_btMatrix3x3() {
22 protected static long getCPtr(SWIGTYPE_p_btMatrix3x3 obj) {
btEigen.java 63 public static int system(Matrix3 a, SWIGTYPE_p_btMatrix3x3 vectors, btVector3 values) {
64 return SoftbodyJNI.btEigen_system__SWIG_0(a, SWIGTYPE_p_btMatrix3x3.getCPtr(vectors), btVector3.getCPtr(values), values);
67 public static int system(Matrix3 a, SWIGTYPE_p_btMatrix3x3 vectors) {
68 return SoftbodyJNI.btEigen_system__SWIG_1(a, SWIGTYPE_p_btMatrix3x3.getCPtr(vectors));
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
classes.i 20 SPECIFY_CLASS(SWIGTYPE_p_btMatrix3x3, com.badlogic.gdx.physics.bullet.softbody)

Completed in 3285 milliseconds