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 53 of file qwt_clipper.cpp.
| QwtClip::RightEdge< Point, Value >::RightEdge | ( | Value | , |
| Value | x2, | ||
| Value | , | ||
| Value | |||
| ) | [inline] |
Definition at line 56 of file qwt_clipper.cpp.
| Point QwtClip::RightEdge< Point, Value >::intersection | ( | const Point & | p1, |
| const Point & | p2 | ||
| ) | const [inline] |
Definition at line 66 of file qwt_clipper.cpp.
| bool QwtClip::RightEdge< Point, Value >::isInside | ( | const Point & | p | ) | const [inline] |
Definition at line 61 of file qwt_clipper.cpp.
const Value QwtClip::RightEdge< Point, Value >::d_x2 [private] |
Definition at line 73 of file qwt_clipper.cpp.