#include "cloud.h"
#include "options.h"
#include <list>
#include <vector>
#include <limits>
Go to the source code of this file.
Classes | |
class | mocap_data< observation_type > |
Defines | |
#define | IS_MINUS_ONE(X) (fabs (x + 1.0) < 0.00001) |
Typedefs | |
typedef std::vector< vector3 > | point_vector |
#define IS_MINUS_ONE | ( | X | ) | (fabs (x + 1.0) < 0.00001) |
typedef std::vector<vector3> point_vector |