| getACoefficient() const | Line | |
| getBCoefficient() const | Line | |
| getCCoefficient() const | Line | |
| getCircleIntersectionPoints(Circle circle, VecPosition *posSolution1, VecPosition *posSolution2) | Line | |
| getDistanceWithPoint(VecPosition pos) | Line | |
| getIntersection(Line line) | Line | |
| getPointOnLineClosestTo(VecPosition pos) | Line | |
| getTangentLine(VecPosition pos) | Line | |
| getXGivenY(double y) | Line | |
| getYGivenX(double x) | Line | |
| isInBetween(VecPosition pos, VecPosition point1, VecPosition point2) | Line | |
| Line(double a, double b, double c) | Line | |
| m_a | Line | [private] |
| m_b | Line | [private] |
| m_c | Line | [private] |
| makeLineFromPositionAndAngle(VecPosition vec, AngDeg angle) | Line | [static] |
| makeLineFromTwoPoints(VecPosition pos1, VecPosition pos2) | Line | [static] |
| operator<<(ostream &os, Line l) | Line | [friend] |
| show(ostream &os=cout) | Line |
1.2.12 written by Dimitri van Heesch,
© 1997-2001