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 103 of file qwt_clipper.cpp.
QwtClip::BottomEdge< Point, Value >::BottomEdge | ( | Value | , |
Value | , | ||
Value | , | ||
Value | y2 | ||
) | [inline] |
Definition at line 106 of file qwt_clipper.cpp.
Point QwtClip::BottomEdge< Point, Value >::intersection | ( | const Point & | p1, |
const Point & | p2 | ||
) | const [inline] |
Definition at line 116 of file qwt_clipper.cpp.
bool QwtClip::BottomEdge< Point, Value >::isInside | ( | const Point & | p | ) | const [inline] |
Definition at line 111 of file qwt_clipper.cpp.
const Value QwtClip::BottomEdge< Point, Value >::d_y2 [private] |
Definition at line 123 of file qwt_clipper.cpp.