#include <ctype.h>
#include <list.h>
#include <iostream.h>
#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... | |
Defines | |
#define | MSL_TRIANGLE_H |
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... |
|
Value: |
|
A handy utility for converting 2D geometries into 3D.
|
|
|
|
|