mirror of https://github.com/CGAL/cgal
smaller heading
This commit is contained in:
parent
63f7d49863
commit
7f2b19802e
|
|
@ -27,8 +27,7 @@ and the \f$ \sqrt{3}\f$ triangulation.
|
||||||
These refinements are respectively used in
|
These refinements are respectively used in
|
||||||
Catmull-Clark, Loop, Doo-Sabin and \f$ \sqrt{3}\f$ subdivision.
|
Catmull-Clark, Loop, Doo-Sabin and \f$ \sqrt{3}\f$ subdivision.
|
||||||
|
|
||||||
Refinement Host
|
### Refinement Host ###
|
||||||
--------------
|
|
||||||
|
|
||||||
A refinement host is a template function of
|
A refinement host is a template function of
|
||||||
a polyhedron class and a geometry mask class. It refines
|
a polyhedron class and a geometry mask class. It refines
|
||||||
|
|
@ -38,8 +37,8 @@ the geometry masks.
|
||||||
`PQQ`, `PTQ`, `DQQ` and `Sqrt3`.
|
`PQQ`, `PTQ`, `DQQ` and `Sqrt3`.
|
||||||
|
|
||||||
\image html RefSchemes.gif
|
\image html RefSchemes.gif
|
||||||
Example
|
|
||||||
--------------
|
### Example ###
|
||||||
|
|
||||||
This example program subdivides a polyhedral mesh with
|
This example program subdivides a polyhedral mesh with
|
||||||
Catmull-Clark subdivision.
|
Catmull-Clark subdivision.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue