Fix QLineF Detailed Description
Currently angle() is used in place of angleTo() to describe the difference with intersect. This patch fixes that. Task-number: QTBUG-44309 Change-Id: Idfc521932247f76fe15fd980ff8e87e52feec1f1 Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
This commit is contained in:
parent
612953a626
commit
dd4b09ae1a
@ -334,7 +334,7 @@ QDataStream &operator>>(QDataStream &stream, QLine &line)
|
||||
or a null line.
|
||||
|
||||
The intersect() function determines the IntersectType for this
|
||||
line and a given line, while the angle() function returns the
|
||||
line and a given line, while the angleTo() function returns the
|
||||
angle between the lines. In addition, the unitVector() function
|
||||
returns a line that has the same starting point as this line, but
|
||||
with a length of only 1, while the normalVector() function returns
|
||||
|
Loading…
x
Reference in New Issue
Block a user