Jamie Slowgrove - AI Assignment 1
Line of Sight & A* path-finding
|
Go to the source code of this file.
Namespaces | |
LOS | |
Functions | |
bool | LOS::lineOfSight (Vec2 a, Vec2 b, Map *map) |
bool | LOS::lineLineIntersectionCheck (Vec2 a, Vec2 b, Vec2 c, Vec2 d, char axis) |
void | LOS::drawLineOfSight (Vec2 a, Vec2 b, Map *map, SDL_Renderer *renderer) |
Vec2 | LOS::getNewTarget (Vec2 a, Map *map) |