Searched refs:groundT (Results 1 – 2 of 2) sorted by relevance
199 float groundT = r.getOrigin()[2] / -r.getDirection()[2]; in getGround() local200 if ((groundT > min) && (groundT < t)) in getGround()202 t = groundT; in getGround()