
#include <ctype.h>#include <list>#include <iostream>#include <fstream>#include "point3d.h"#include "point.h"#include "mslio.h"#include "polygon.h"Go to the source code of this file.
Compounds | |
| class | MSLTriangle |
| A 3D triangle, made of 3 3D points. More... | |
Functions | |
| istream & | operator>> (istream &is, MSLTriangle &tr) |
| ostream & | operator<< (ostream &os, const MSLTriangle &tr) |
| list< MSLTriangle > | PolygonsToTriangles (const list< MSLPolygon > &pl, double thickness) |
| A handy utility for converting 2D geometries into 3D. More... | |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
A handy utility for converting 2D geometries into 3D.
|