Home
last modified time | relevance | path

Searched defs:AIMatchVel (Results 1 – 2 of 2) sorted by relevance

/dports/games/pioneer/pioneer-20210723/src/ship/
H A DPropulsion.cpp326 bool Propulsion::AIMatchVel(const vector3d &vel) in AIMatchVel() function in Propulsion
/dports/games/pioneer/pioneer-20210723/src/
H A DShip.h340 bool AIMatchVel(const vector3d &vel) { return GetPropulsion()->AIMatchVel(vel); } in AIMatchVel() function