Definition in file vector.hpp.
Go to the source code of this file.
Namespaces | |
| namespace | Flatland |
Classes | |
| struct | Flatland::vec2 |
| 2D vector More... | |
Functions | |
| bool | Flatland::is_nan (float f) |
| float | Flatland::round (float f) |
| float | Flatland::dot (const vec2 &a, const vec2 &b) |
| float | Flatland::cross (vec2 a, vec2 b) |
Variables | |
| const float | Flatland::pi = 3.1415926535897932384626433832795f |