Home
last modified time | relevance | path

Searched refs:saveT1 (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
DBoundingBox.java722 float saveT0 = t[0], saveT1 = t[1]; in collideWithRay() local
731 if (notEntirelyClipped && (t[0] != saveT0 || t[1] != saveT1)) { in collideWithRay()