#include "3Dtriangle.h"
#include <LEDA/REDEFINE_NAMES.h>
#include <LEDA/UNDEFINE_NAMES.h>
Go to the source code of this file.
Functions | |
list<Triangle> | PolygonsToTriangles (const list<polygon> &pl, double thickness) |
A handy utility for converting 2D geometries into 3D. | |
list<polygon> | TrianglesToPolygons (const list<Triangle> &tl) |
A handy utility for projecting 3D geometries into 2D. |
|
A handy utility for converting 2D geometries into 3D.
|
|
A handy utility for projecting 3D geometries into 2D.
|