#include <stdio.h>
#include <vcg/complex/complex.h>
#include <vcg/complex/algorithms/create/zonohedron.h>
#include <vcg/complex/algorithms/polygon_support.h>
#include <wrap/io_trimesh/export_off.h>
Go to the source code of this file.
Classes | |
class | MyEdge |
class | MyFace |
class | MyMesh |
struct | MyUsedTypes |
class | MyVertex |
Functions | |
void | example1 () |
void | example2 () |
int | main (int argc, char *argv[]) |
void example1 | ( | ) |
Definition at line 54 of file polygonmesh_zonohedra.cpp.
void example2 | ( | ) |
Definition at line 72 of file polygonmesh_zonohedra.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 109 of file polygonmesh_zonohedra.cpp.