From 7f2b19802e35bf26332b5c36e95f95e7ab1e9415 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 17 Sep 2012 19:01:46 +0000 Subject: [PATCH] smaller heading --- .../doc/Subdivision_method_3/CGAL/Subdivision_method_3.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Subdivision_method_3/doc/Subdivision_method_3/CGAL/Subdivision_method_3.h b/Subdivision_method_3/doc/Subdivision_method_3/CGAL/Subdivision_method_3.h index ea2dedbbede..ed04eb0780a 100644 --- a/Subdivision_method_3/doc/Subdivision_method_3/CGAL/Subdivision_method_3.h +++ b/Subdivision_method_3/doc/Subdivision_method_3/CGAL/Subdivision_method_3.h @@ -27,8 +27,7 @@ and the \f$ \sqrt{3}\f$ triangulation. These refinements are respectively used in Catmull-Clark, Loop, Doo-Sabin and \f$ \sqrt{3}\f$ subdivision. -Refinement Host --------------- +### Refinement Host ### A refinement host is a template function of a polyhedron class and a geometry mask class. It refines @@ -38,8 +37,8 @@ the geometry masks. `PQQ`, `PTQ`, `DQQ` and `Sqrt3`. \image html RefSchemes.gif -Example --------------- + +### Example ### This example program subdivides a polyhedral mesh with Catmull-Clark subdivision.