#include <Arr_conic_traits_2.h>
List of all members.
template<class Rat_kernel_, class Alg_kernel_, class Nt_traits_>
class Arr_conic_traits_2< Rat_kernel_, Alg_kernel_, Nt_traits_ >::Split_2
Member Function Documentation
template<class Rat_kernel_ , class Alg_kernel_ , class Nt_traits_ >
Split a given x-monotone curve at a given point into two sub-curves.
- Parameters:
-
cv | The curve to split |
p | The split point. |
c1 | Output: The left resulting subcurve (p is its right endpoint). |
c2 | Output: The right resulting subcurve (p is its left endpoint). |
- Precondition:
- p lies on cv but is not one of its end-points.
The documentation for this class was generated from the following file: