| JUCE
    | 
This is the complete list of members for Line< ValueType >, including all inherited members.
| applyTransform(const AffineTransform &transform) noexcept | Line< ValueType > | |
| findNearestPointTo(const Point< ValueType > point) const noexcept | Line< ValueType > | |
| findNearestProportionalPositionTo(const Point< ValueType > point) const noexcept | Line< ValueType > | |
| getAngle() const noexcept | Line< ValueType > | |
| getDistanceFromPoint(const Point< ValueType > targetPoint, Point< ValueType > &pointOnLine) const noexcept | Line< ValueType > | |
| getEnd() const noexcept | Line< ValueType > | |
| getEndX() const noexcept | Line< ValueType > | |
| getEndY() const noexcept | Line< ValueType > | |
| getIntersection(const Line &line) const noexcept | Line< ValueType > | |
| getLength() const noexcept | Line< ValueType > | |
| getLengthSquared() const noexcept | Line< ValueType > | |
| getPointAlongLine(ValueType distanceFromStart) const noexcept | Line< ValueType > | |
| getPointAlongLine(ValueType distanceFromStart, ValueType perpendicularDistance) const noexcept | Line< ValueType > | |
| getPointAlongLineProportionally(ValueType proportionOfLength) const noexcept | Line< ValueType > | |
| getStart() const noexcept | Line< ValueType > | |
| getStartX() const noexcept | Line< ValueType > | |
| getStartY() const noexcept | Line< ValueType > | |
| intersects(const Line &line, Point< ValueType > &intersection) const noexcept | Line< ValueType > | |
| intersects(const Line &other) const noexcept | Line< ValueType > | |
| isHorizontal() const noexcept | Line< ValueType > | |
| isPointAbove(const Point< ValueType > point) const noexcept | Line< ValueType > | |
| isVertical() const noexcept | Line< ValueType > | |
| Line() noexcept | Line< ValueType > | |
| Line(const Line &other) noexcept | Line< ValueType > | |
| Line(ValueType startX, ValueType startY, ValueType endX, ValueType endY) noexcept | Line< ValueType > | |
| Line(const Point< ValueType > startPoint, const Point< ValueType > endPoint) noexcept | Line< ValueType > | |
| operator!=(const Line &other) const noexcept | Line< ValueType > | |
| operator=(const Line &other) noexcept | Line< ValueType > | |
| operator==(const Line &other) const noexcept | Line< ValueType > | |
| reversed() const noexcept | Line< ValueType > | |
| setEnd(ValueType newEndX, ValueType newEndY) noexcept | Line< ValueType > | |
| setEnd(const Point< ValueType > newEnd) noexcept | Line< ValueType > | |
| setStart(ValueType newStartX, ValueType newStartY) noexcept | Line< ValueType > | |
| setStart(const Point< ValueType > newStart) noexcept | Line< ValueType > | |
| toDouble() const noexcept | Line< ValueType > | |
| toFloat() const noexcept | Line< ValueType > | |
| withShortenedEnd(ValueType distanceToShortenBy) const noexcept | Line< ValueType > | |
| withShortenedStart(ValueType distanceToShortenBy) const noexcept | Line< ValueType > | |
| ~Line() noexcept | Line< ValueType > |