Home
last modified time | relevance | path

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

/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DShotStrategy.cxx199 float groundT = r.getOrigin()[2] / -r.getDirection()[2]; in getGround() local
200 if ((groundT > min) && (groundT < t)) in getGround()
202 t = groundT; in getGround()
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DShotStrategy.cxx199 float groundT = r.getOrigin()[2] / -r.getDirection()[2]; in getGround() local
200 if ((groundT > min) && (groundT < t)) in getGround()
202 t = groundT; in getGround()