HomeSort by relevance Sort by last modified time
    Searched refs:maxDot1 (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btVector3.h 1014 btScalar maxDot1 = -SIMD_INFINITY;
1021 if( dot > maxDot1 )
    [all...]
btConvexHullComputer.cpp 1506 int64_t maxDot1 = et1.dot(perp);
1522 if (dot <= maxDot1)
1526 maxDot1 = dot;
1536 int64_t dx = maxDot1 - maxDot0;
    [all...]

Completed in 1222 milliseconds