Public Member Functions | |
Point | intersection (const Point &p1, const Point &p2) const |
bool | isInside (const Point &p) const |
RightEdge (Value, Value x2, Value, Value) | |
Private Attributes | |
const Value | d_x2 |
Definition at line 55 of file qwt_clipper.cpp.
QwtClip::RightEdge< Point, Value >::RightEdge | ( | Value | , |
Value | x2, | ||
Value | , | ||
Value | |||
) | [inline] |
Definition at line 58 of file qwt_clipper.cpp.
Point QwtClip::RightEdge< Point, Value >::intersection | ( | const Point & | p1, |
const Point & | p2 | ||
) | const [inline] |
Definition at line 68 of file qwt_clipper.cpp.
bool QwtClip::RightEdge< Point, Value >::isInside | ( | const Point & | p | ) | const [inline] |
Definition at line 63 of file qwt_clipper.cpp.
const Value QwtClip::RightEdge< Point, Value >::d_x2 [private] |
Definition at line 75 of file qwt_clipper.cpp.