Public Member Functions | |
| BottomEdge (Value, Value, Value, Value y2) | |
| Point | intersection (const Point &p1, const Point &p2) const |
| bool | isInside (const Point &p) const |
Private Attributes | |
| const Value | d_y2 |
Definition at line 101 of file qwt_clipper.cpp.
| QwtClip::BottomEdge< Point, Value >::BottomEdge | ( | Value | , |
| Value | , | ||
| Value | , | ||
| Value | y2 | ||
| ) | [inline] |
Definition at line 104 of file qwt_clipper.cpp.
| Point QwtClip::BottomEdge< Point, Value >::intersection | ( | const Point & | p1, |
| const Point & | p2 | ||
| ) | const [inline] |
Definition at line 114 of file qwt_clipper.cpp.
| bool QwtClip::BottomEdge< Point, Value >::isInside | ( | const Point & | p | ) | const [inline] |
Definition at line 109 of file qwt_clipper.cpp.
const Value QwtClip::BottomEdge< Point, Value >::d_y2 [private] |
Definition at line 121 of file qwt_clipper.cpp.