
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]
22 lines
169 B
C++
22 lines
169 B
C++
|
|
#ifndef __POLYGON_H
|
|
#define __POLYGON_H
|
|
|
|
class SPolyhedron {
|
|
public:
|
|
};
|
|
|
|
class SPolygon {
|
|
public:
|
|
};
|
|
|
|
class SContour {
|
|
public:
|
|
};
|
|
|
|
class SEdgeList {
|
|
public:
|
|
};
|
|
|
|
#endif
|