ShapeSpace.cc File Reference
#include <iostream>
#include <vector>
#include <sstream>
#include <string>
#include <float.h>
#include <cmath>
#include "Shared/newmat/newmat.h"
#include "Shared/newmat/newmatio.h"
#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 "BaseData.h"
#include "SketchSpace.h"
#include "ShapeSpace.h"
#include "VRmixin.h"
Go to the source code of this file.
|
Namespaces |
namespace | DualCoding |
Defines |
#define | writept(x) x.coordX() << " " << x.coordY() << " " << x.coordZ() |
Define Documentation
#define writept |
( |
x |
|
) |
x.coordX() << " " << x.coordY() << " " << x.coordZ() |
|