Searched refs:destinationAngleRad (Results 1 – 3 of 3) sorted by relevance
32 FixPoint destinationAngleRad(const Coord& p1, const Coord& p2);53 return angleToDrawnAngle(RadToDeg256(destinationAngleRad(p1, p2))); in destinationDrawnAngle()
52 FixPoint destinationAngleRad(const Coord& p1, const Coord& p2) in destinationAngleRad() function
90 FixPoint angleRad = destinationAngleRad(*newRealLocation, *newRealDestination); in Bullet()326 …FixPoint angleToDestinationRad = destinationAngleRad(Coord(lround(realX), lround(realY)), destinat… in update()