Home
last modified time | relevance | path

Searched refs:shotPosNew (Results 1 – 4 of 4) sorted by relevance

/dports/games/alienblaster/alienblaster/src/
H A Denemy.h107 bool collidesWith( const Vector2D &shotPosOld, const Vector2D &shotPosNew );
H A Dracer.h164 bool collidesWith( const Vector2D &shotPosOld, const Vector2D &shotPosNew );
H A Denemy.cc164 bool Enemy::collidesWith( const Vector2D &shotPosOld, const Vector2D &shotPosNew ) { in collidesWith() argument
165 return boundingBox->overlaps(shotPosOld, shotPosNew); in collidesWith()
H A Dracer.cc793 bool Racer::collidesWith( const Vector2D &shotPosOld, const Vector2D &shotPosNew ) { in collidesWith() argument
794 return boundingBox->overlaps(shotPosOld, shotPosNew); in collidesWith()