SurfaceMeshSubdivision implement several well-known subdivision algorithms.  
 More...
#include <easy3d/algo/surface_mesh_subdivision.h>
SurfaceMeshSubdivision implement several well-known subdivision algorithms. 
◆ catmull_clark()
The Catmull-Clark subdivision. 
- Parameters
- 
  
    | mesh | The surface mesh to be subdivided. |  
 
- Returns
- True if the subdivision was successful, false otherwise. 
 
 
◆ loop()
◆ sqrt3()
The sqrt3 subdivision. 
- Parameters
- 
  
    | mesh | The surface mesh to be subdivided. |  
 
- Returns
- True if the subdivision was successful, false otherwise. 
 
 
The documentation for this class was generated from the following files: