|
CGAL 5.1 - 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) |
| template<class LCC > | |
| LCC::Vector | CGAL::compute_normal_of_cell_2 (const LCC &lcc, typename LCC::Dart_const_handle dh) |
| LCC::Vector CGAL::compute_normal_of_cell_0 | ( | const LCC & | lcc, |
| typename LCC::Dart_const_handle | dh | ||
| ) |
#include <CGAL/Linear_cell_complex_operations.h>
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.
LCC::ambient_dimension==3 and *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 | ||
| ) |
#include <CGAL/Linear_cell_complex_operations.h>
Returns the normal vector of the 2-cell containing dh.
LCC::ambient_dimension==3 and *dh \( \in \) lcc.darts().CGAL::compute_normal_of_cell_0<LCC>