|
template<class InputIterator , class Traits > |
void | lower_envelope_3 (InputIterator begin, InputIterator end, Envelope_diagram_2< Traits > &diag) |
| Computes the lower envelope of a set of surfaces in \( \mathbb{R}^3\), as given by the range [begin, end) . More...
|
|
template<class InputIterator , class Traits > |
void | lower_envelope_xy_monotone_3 (InputIterator begin, InputIterator end, Envelope_diagram_2< Traits > &diag) |
| Computes the lower envelope of a set of \( xy\)-monotone surfaces in \( \mathbb{R}^3\), as given by the range [begin, end) . More...
|
|
template<class InputIterator , class Traits > |
void | upper_envelope_3 (InputIterator begin, InputIterator end, Envelope_diagram_2< Traits > &diag) |
| Computes the upper envelope of a set of surfaces in \( \mathbb{R}^3\), as given by the range [begin, end) . More...
|
|
template<class InputIterator , class Traits > |
void | upper_envelope_xy_monotone_3 (InputIterator begin, InputIterator end, Envelope_diagram_2< Traits > &diag) |
| Computes the upper envelope of a set of \( xy\)-monotone surfaces in \( \mathbb{R}^3\), as given by the range [begin, end) . More...
|
|