$search

Go to the source code of this file.
Namespaces | |
| namespace | collision_checking |
Main namespace. | |
Functions | |
| template<typename FPT > | |
| bool | collision_checking::isSmall (FPT v, FPT tolerance) |
| Check whether one float value is close to zero. | |
| template<typename FPT > | |
| bool | collision_checking::roughlyEqual (FPT left, FPT right, FPT tolerance) |
| Compare whether two float values are close enough. | |