Searched refs:GIM_MAX (Results 1 – 3 of 3) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | gim_math.h | 93 #define GIM_MAX(a,b) (a<b?b:a) macro 96 #define GIM_MAX3(a,b,c) GIM_MAX(a,GIM_MAX(b,c))
|
D | gim_box_collision.h | 348 m_max[0] = GIM_MAX(m_max[0],box.m_max[0]); in merge() 349 m_max[1] = GIM_MAX(m_max[1],box.m_max[1]); in merge() 350 m_max[2] = GIM_MAX(m_max[2],box.m_max[2]); in merge() 361 m_max[0] = GIM_MAX(m_max[0],point[0]); in merge_point() 362 m_max[1] = GIM_MAX(m_max[1],point[1]); in merge_point() 363 m_max[2] = GIM_MAX(m_max[2],point[2]); in merge_point() 376 intersection.m_min[0] = GIM_MAX(other.m_min[0],m_min[0]); in find_intersection() 377 intersection.m_min[1] = GIM_MAX(other.m_min[1],m_min[1]); in find_intersection() 378 intersection.m_min[2] = GIM_MAX(other.m_min[2],m_min[2]); in find_intersection()
|
D | gim_basic_geometry_operations.h | 507 tfirst = GIM_MAX(a0, tfirst); in BOX_AXIS_INTERSECT()
|