ShapeSpace.cc File Reference
#include <iostream>
#include <iomanip>
#include <vector>
#include <sstream>
#include <string>
#include <float.h>
#include <cmath>
#include "ShapeRoot.h"
#include "ShapeAgent.h"
#include "ShapeLine.h"
#include "ShapeEllipse.h"
#include "ShapePoint.h"
#include "ShapeSphere.h"
#include "ShapeBlob.h"
#include "ShapePolygon.h"
#include "ShapeBrick.h"
#include "ShapePyramid.h"
#include "ShapeLocalizationParticle.h"
#include "ShapeMarker.h"
#include "ShapeCylinder.h"
#include "ShapeSift.h"
#include "ShapeAprilTag.h"
#include "ShapeGraphics.h"
#include "BaseData.h"
#include "SketchSpace.h"
#include "ShapeSpace.h"
#include "VRmixin.h"
Go to the source code of this file.
Namespaces |
| namespace | DualCoding |
| | Dual coding vision representations (Sketches and Shapes).
|
Defines |
| #define | writept(x) fixed << setprecision(2) << x.coordX() << " " << fixed << setprecision(2) << x.coordY() << " " << fixed << setprecision(2) << x.coordZ() |
Define Documentation
| #define writept |
( |
x |
|
) |
fixed << setprecision(2) << x.coordX() << " " << fixed << setprecision(2) << x.coordY() << " " << fixed << setprecision(2) << x.coordZ() |