#include <cmath>
#include "vec4.h"
#include "physics.h"
Include dependency graph for maths.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
bool | nearzero (float in) |
Checks if a float is near zero. | |
bool | near (float a, float b) |
Checks if two values are almost equal. |