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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btTriangleShapeEx.cpp 98 get_edge_plane(0,edgeplane);
110 get_edge_plane(1,edgeplane);
118 get_edge_plane(2,edgeplane);
gim_tri_collision.h 157 SIMD_FORCE_INLINE void get_edge_plane(GUINT edge_index,const btVector3 &triangle_normal,btVector4 &plane) const function in class:GIM_TRIANGLE
300 this->get_edge_plane(0,tri_normal,edge_plane);
304 this->get_edge_plane(1,tri_normal,edge_plane);
308 this->get_edge_plane(2,tri_normal,edge_plane);
btTriangleShapeEx.h 101 SIMD_FORCE_INLINE void get_edge_plane(int edge_index, btVector4 &plane) const function in class:btPrimitiveTriangle
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btPrimitiveTriangle.java 107 public void get_edge_plane(int edge_index, btVector4 plane) { method in class:btPrimitiveTriangle

Completed in 1266 milliseconds