OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:incidentEdge
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2CollidePolygon.cpp
161
b2ClipVertex
incidentEdge
[2];
162
b2FindIncidentEdge(
incidentEdge
, poly1, xf1, edge1, poly2, xf2);
198
np = b2ClipSegmentToLine(clipPoints1,
incidentEdge
, -tangent, sideOffset1, iv1);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btBox2dBox2dCollisionAlgorithm.cpp
289
// c[0].id.features.
incidentEdge
= (unsigned char)i1;
294
// c[1].id.features.
incidentEdge
= (unsigned char)i2;
348
ClipVertex
incidentEdge
[2];
349
FindIncidentEdge(
incidentEdge
, poly1, xf1, edge1, poly2, xf2);
383
np = ClipSegmentToLine(clipPoints1,
incidentEdge
, -sideNormal, sideOffset1);
Completed in 51 milliseconds