Home
last modified time | relevance | path

Searched defs:maxDist (Results 1 – 8 of 8) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtPolyhedralContactClipping.java61 …onvexPolyhedron hullB, Matrix4 transA, Matrix4 transB, float minDist, float maxDist, btDiscreteCol… in clipHullAgainstHull()
65 …on hullA, Matrix4 transA, btVector3Array worldVertsB1, float minDist, float maxDist, btDiscreteCol… in clipFaceAgainstHull()
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DBox2DCharacterControllerTest.java377 float maxDist = 0; field in Box2DCharacterControllerTest.MovingPlatform
379 …atform (float x, float y, float width, float height, float dx, float dy, float da, float maxDist) { in MovingPlatform()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtPolyhedralContactClipping.cpp414 …sform& transA, btVertexArray& worldVertsB1, const btScalar minDist, btScalar maxDist,btDiscreteCol… in clipFaceAgainstHull()
530 …ransform& transA,const btTransform& transB, const btScalar minDist, btScalar maxDist,btDiscreteCol… in clipHullAgainstHull()
/external/opencv/cvaux/src/
Dcvepilines.cpp1214 double maxDist; in icvGetCrossRectDirect() local
1950 double maxDist = 0; in icvGetCutPiece() local
2225 float maxDist = (float)(INT_MIN); in FindLineForEpiline() local
3286 float maxDist = (float)(INT_MIN); in FindLine() local
3369 float maxDist = (float)(INT_MIN); in FindLineForEpiline() local
/external/libpng/contrib/gregbook/
Drpng2-x.c1220 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_x_load_bg_image() local
1992 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_x_reload_bg_image() local
Drpng2-win.c971 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_win_load_bg_image() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtConvexConvexAlgorithm.cpp535 btScalar maxDist = threshold; in processCollision() local
/external/skia/tests/
DPathOpsAngleIdeas.cpp258 static double maxDist(const SkDQuad& quad) { in maxDist() function