|
CGAL 4.7 - 3D Surface Subdivision Methods
|
Required member functions for the Sqrt3Mask_3 concept. This policy concept of geometric computations is used in CGAL::Subdivision_method_3::Sqrt3<Polyhedron_3, Mask>.
CGAL::Sqrt3_mask_3<Polyhedron_3>CGAL::Subdivision_method_3 Operations | |
| void | facet_node (Facet_handle f, Point_3 &pt) |
computes the subdivided point pt based on the neighborhood of the facet f. More... | |
| void | vertex_node (Vertex_handle v, Point &pt) |
computes the subdivided point pt based on the neighborhood of the vertex v. More... | |
| void Sqrt3Mask_3::facet_node | ( | Facet_handle | f, |
| Point_3 & | pt | ||
| ) |
computes the subdivided point pt based on the neighborhood of the facet f.
| void Sqrt3Mask_3::vertex_node | ( | Vertex_handle | v, |
| Point & | pt | ||
| ) |
computes the subdivided point pt based on the neighborhood of the vertex v.