|
CGAL 4.7 - Linear Cell Complex
|
High-level operations.
Functions | |
| template<class LCC > | |
| LCC::Vector | CGAL::compute_normal_of_cell_0 (const LCC &lcc, typename LCC::Dart_const_handle dh) |
Returns the normal vector of the 0-cell containing dh, i.e. the average of all the normal vectors of the 2-cells incident to the 0-cell containing dh. More... | |
| template<class LCC > | |
| LCC::Vector | CGAL::compute_normal_of_cell_2 (const LCC &lcc, typename LCC::Dart_const_handle dh) |
Returns the normal vector of the 2-cell containing dh. More... | |
| LCC::Vector CGAL::compute_normal_of_cell_0 | ( | const LCC & | lcc, |
| typename LCC::Dart_const_handle | dh | ||
| ) |
Returns the normal vector of the 0-cell containing dh, i.e. the average of all the normal vectors of the 2-cells incident to the 0-cell containing dh.
*dh \( \in\)lcc.darts()`.CGAL::compute_normal_of_cell_2<LCC> | LCC::Vector CGAL::compute_normal_of_cell_2 | ( | const LCC & | lcc, |
| typename LCC::Dart_const_handle | dh | ||
| ) |
Returns the normal vector of the 2-cell containing dh.
*dh \( \in\)lcc.darts()`.CGAL::compute_normal_of_cell_0<LCC>