LibreOffice Module tools (master) 1
|
This is the complete list of members for tools::Line, including all inherited members.
GetDistance(const double &rPtX, const double &rPtY) const | tools::Line | |
GetDistance(const Point &rPoint) const | tools::Line | inline |
GetEnd() const | tools::Line | inline |
GetLength() const | tools::Line | |
GetStart() const | tools::Line | inline |
Intersection(const tools::Line &rLine, double &rIntersectionX, double &rIntersectionY) const | tools::Line | |
Intersection(const tools::Line &rLine, Point &rIntersection) const | tools::Line | |
Line(const Point &rStartPt, const Point &rEndPt) | tools::Line | inline |
maEnd | tools::Line | private |
maStart | tools::Line | private |
SetEnd(const Point &rEndPt) | tools::Line | inline |
SetStart(const Point &rStartPt) | tools::Line | inline |