BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Arr_conic_traits_2< Rat_kernel_, Alg_kernel_, Nt_traits_ >::Construct_x_monotone_curve_2 Class Reference

#include <Arr_conic_traits_2.h>

List of all members.

Public Member Functions

X_monotone_curve_2 operator() (const Point_2 &p, const Point_2 &q) const

template<class Rat_kernel_, class Alg_kernel_, class Nt_traits_>
class Arr_conic_traits_2< Rat_kernel_, Alg_kernel_, Nt_traits_ >::Construct_x_monotone_curve_2


Member Function Documentation

template<class Rat_kernel_ , class Alg_kernel_ , class Nt_traits_ >
X_monotone_curve_2 Arr_conic_traits_2< Rat_kernel_, Alg_kernel_, Nt_traits_ >::Construct_x_monotone_curve_2::operator() ( const Point_2 p,
const Point_2 q 
) const [inline]

Return an x-monotone curve connecting the two given endpoints.

Parameters:
pThe first point.
qThe second point.
Precondition:
p and q must not be the same.
Returns:
A segment connecting p and q.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines