#include <ctype.h>
#include <list.h>
#include "point3d.h"
#include "point.h"
Go to the source code of this file.
Compounds | |
class | MSLTriangle |
Functions | |
list<MSLTriangle> | PolygonsToTriangles (const list<list<MSLPoint> > &pl, double thickness) |
A handy utility for converting 2D geometries into 3D. |
|
A handy utility for converting 2D geometries into 3D.
|