an example showing the various techniques for computing curvatures More...
#include <vcg/complex/complex.h>
#include <wrap/io_trimesh/export_off.h>
#include <vcg/complex/algorithms/create/platonic.h>
#include <vcg/complex/algorithms/update/curvature.h>
#include <vcg/complex/algorithms/update/normal.h>
Go to the source code of this file.
Classes | |
class | MyEdge |
class | MyFace |
class | MyMesh |
struct | MyUsedTypes |
class | MyVertex |
Functions | |
int | main (int, char **) |
an example showing the various techniques for computing curvatures
This file contain a minimal example of the library
Definition in file trimesh_curvature.cpp.
int main | ( | int | , |
char ** | |||
) |
Definition at line 51 of file trimesh_curvature.cpp.