
#include <ctype.h>#include <list.h>#include "point3d.h"#include "point.h"Go to the source code of this file.
Compounds | |
| class | MSLTriangle |
| A 3D triangle, made of 3 3D points. More... | |
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.
|