Home
last modified time | relevance | path

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

/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DShip.h322 double MaxReverseVelocity() const;
H A DShip.cpp3055 double Ship::MaxReverseVelocity() const in MaxReverseVelocity() function in Ship
H A DAI.cpp2106 double reverseSpeed = ship.MaxReverseVelocity(); in Attack()