Jamie Slowgrove - AI Assignment 1
Line of Sight & A* path-finding
|
Go to the source code of this file.
Classes | |
struct | Vec2 |
Creates a Vec2 structure with functions Creates a Vec2 structure with overloaded operators to create a new variable type for use as a 2D vector. More... | |
Functions | |
Vec2 | operator- (Vec2 a) |
Vec2 | operator+ (Vec2 a, Vec2 b) |
Vec2 | operator- (Vec2 a, Vec2 b) |
Vec2 | operator/ (Vec2 a, float b) |
Vec2 | operator* (Vec2 a, float b) |