Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
4.5.0
-
None
Description
Please add the following functionality to I QLineF
// Distance of point from the line
qreal QLineF::distance(const QPointF p)
// Returns whether the Point is on the left or right side of the line, if viewed form P1 to P2
bool QLineF::isOnLeftSide(const QPointF p)
bool QLineF::isOnRightSide(const QPointF p)
Attachments
Issue Links
- relates to
-
QTBUG-14755 improvement for class QLineF
-
- Open
-