Searched refs:getLowestRoot (Results 1 – 1 of 1) sorted by relevance
/external/jmonkeyengine/engine/src/core/com/jme3/collision/ |
D | SweepSphere.java | 117 private static float getLowestRoot(float a, float b, float c, float maxR) { in getLowestRoot() method in SweepSphere 154 float newT = getLowestRoot(a, b, c, t); in collideWithVertex() 187 float newT = getLowestRoot(a, b, c, t); in collideWithSegment() 370 float t = getLowestRoot(a, b, c, 1); in collideWithSweepSphere()
|