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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btTriangleShapeEx.h 105 bt_edge_plane(e0,e1,m_plane,plane);
btGeometryOperations.h 41 SIMD_FORCE_INLINE void bt_edge_plane(const btVector3 & e1,const btVector3 & e2, const btVector3 & normal,btVector4 & plane) function
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
Collision.java 260 public static void bt_edge_plane(Vector3 e1, Vector3 e2, Vector3 normal, btVector4 plane) { method in class:Collision
261 CollisionJNI.bt_edge_plane(e1, e2, normal, btVector4.getCPtr(plane), plane);
CollisionJNI.java 2558 public final static native void bt_edge_plane(Vector3 jarg1, Vector3 jarg2, Vector3 jarg3, long jarg4, btVector4 jarg4_); method in class:CollisionJNI
    [all...]

Completed in 58 milliseconds