#include <set>
#include <iostream>
#include "hogman_minimal/math/transformation.h"
#include "rotation_matrix.h"
#include "angle.h"
#include "quaternion.h"
#include "axis_angle.h"
Go to the source code of this file.
Classes | |
struct | AISNavigation::LoadedEdge3D |
struct | AISNavigation::LoadedEdgeComparator3D |
Namespaces | |
namespace | AISNavigation |
Typedefs | |
typedef std::set< LoadedEdge3D, LoadedEdgeComparator3D > | AISNavigation::LoadedEdgeSet3D |
Functions | |
void | AISNavigation::loadEdges3D (LoadedEdgeSet3D &edges, std::istream &is, bool overrideCovariances=false) |