/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
btTriangleShapeEx.cpp | 89 int btPrimitiveTriangle::clip_triangle(btPrimitiveTriangle & other, btVector3 * clipped_points ) function in class:btPrimitiveTriangle 140 clipped_count = clip_triangle(other,clipped_points); 158 clipped_count = other.clip_triangle(*this,clipped_points);
|
gim_tri_collision.cpp | 110 SIMD_FORCE_INLINE GUINT clip_triangle( function in class:GIM_TRIANGLE_CALCULATION_CACHE 474 point_count = clip_triangle(tv_plane,tv_vertices,tu_vertices,contact_points); 480 point_count = clip_triangle(tu_plane,tu_vertices,tv_vertices,contact_points); 507 GUINT clip_triangle( 576 clipped_count = clip_triangle( 595 clipped_count = clip_triangle(
|
btTriangleShapeEx.h | 120 int clip_triangle(btPrimitiveTriangle & other, btVector3 * clipped_points );
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
btPrimitiveTriangle.java | 115 public int clip_triangle(btPrimitiveTriangle other, btVector3 clipped_points) { method in class:btPrimitiveTriangle
|
/frameworks/native/opengl/libagl/ |
primitives.cpp | 62 static void clip_triangle(ogles_context_t* c, 609 clip_triangle(c, v0, v1, v2); 850 void clip_triangle(ogles_context_t* c, function in namespace:android [all...] |