HomeSort by relevance Sort by last modified time
    Searched defs:uA (Results 1 - 3 of 3) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 715 final float uA = ((x4 - x3) * (y1 - y3) - (y4 - y3) * (x1 - x3)) / denom;
718 if (uA >= 0.0f && uA <= 1.0f && uB >= 0.0f && uB <= 1.0f) {
719 final float hitX = x1 + (uA * (x2 - x1));
720 final float hitY = y1 + (uA * (y2 - y1));
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 398 milliseconds