solvespace/polygon.h
Jonathan Westhues a8001adf33 Add horizontal and vertical constraints. Those have their own 2d/3d
issues, when the points are not all in the same coordinate system.
All painful, of course. Also add continuous line drawing, and
auto-constraining of line segments as I draw.

[git-p4: depot-paths = "//depot/solvespace/": change = 1683]
2008-04-22 23:29:19 -08:00

22 lines
169 B
C++

#ifndef __POLYGON_H
#define __POLYGON_H
class SPolyhedron {
public:
};
class SPolygon {
public:
};
class SContour {
public:
};
class SEdgeList {
public:
};
#endif