OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contacts1
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btTriangleShapeEx.cpp
135
GIM_TRIANGLE_CONTACT
contacts1
;
local
137
contacts1
.m_separating_normal = m_plane;
148
contacts1
.merge_points(
contacts1
.m_separating_normal,margin,clipped_points,clipped_count);
149
if (
contacts1
.m_point_count == 0) return false; // too far
151
contacts1
.m_separating_normal *= -1.f;
173
if (contacts2.m_penetration_depth<
contacts1
.m_penetration_depth)
179
contacts.copy_from(
contacts1
);
gim_tri_collision.cpp
502
GIM_TRIANGLE_CONTACT_DATA
contacts1
;
574
TRIANGLE_PLANE(tv_vertices[0],tv_vertices[1],tv_vertices[2],
contacts1
.m_separating_normal);
577
contacts1
.m_separating_normal,tv_vertices,tu_vertices,clipped_points);
585
contacts1
.merge_points(
contacts1
.m_separating_normal,margin,clipped_points,clipped_count);
586
if(
contacts1
.m_point_count == 0) return false; // too far
589
//
contacts1
.m_separating_normal *= -1.f;
610
if(contacts2.m_penetration_depth<
contacts1
.m_penetration_depth)
616
contacts.copy_from(
contacts1
);
Completed in 422 milliseconds