#include "xsquaternion.h"#include "xseuler.h"#include "xsmatrix.h"#include "xsvector.h"#include <math.h>#include "xsfloatmath.h"
Go to the source code of this file.
Functions | |
| static int | fuzzyIsEqual (double a, double b, double tolerance) |
| Checks whether a and b are equal with tolerance tolerance. More... | |