Home
last modified time | relevance | path

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

/dports/games/dunelegacy/dunelegacy-0.96.4/include/
H A Dmmath.h32 FixPoint destinationAngleRad(const Coord& p1, const Coord& p2);
53 return angleToDrawnAngle(RadToDeg256(destinationAngleRad(p1, p2))); in destinationDrawnAngle()
/dports/games/dunelegacy/dunelegacy-0.96.4/src/
H A Dmmath.cpp52 FixPoint destinationAngleRad(const Coord& p1, const Coord& p2) in destinationAngleRad() function
H A DBullet.cpp90 FixPoint angleRad = destinationAngleRad(*newRealLocation, *newRealDestination); in Bullet()
326 …FixPoint angleToDestinationRad = destinationAngleRad(Coord(lround(realX), lround(realY)), destinat… in update()