Easy3D 2.5.3
SurfaceMeshSubdivision Class Reference

SurfaceMeshSubdivision implement several well-known subdivision algorithms. More...

#include <easy3d/algo/surface_mesh_subdivision.h>

Static Public Member Functions

static bool catmull_clark (SurfaceMesh *mesh)
 The Catmull-Clark subdivision.
 
static bool loop (SurfaceMesh *mesh)
 The Loop subdivision.
 
static bool sqrt3 (SurfaceMesh *mesh)
 The sqrt3 subdivision.
 

Detailed Description

SurfaceMeshSubdivision implement several well-known subdivision algorithms.


The documentation for this class was generated from the following files: