distance(Point2D point) const | Line2D | [inline] |
end() const | Line2D | [inline] |
getClosestPoint(Point2D point) const | Line2D | |
getIntersectionPoint(Line2D line) const | Line2D | |
getIntersectionPointParameter(Line2D line) const | Line2D | |
getNormal() const | Line2D | [inline] |
getRootPoint(Point2D point) const | Line2D | [inline] |
gradient() const | Line2D | |
length() const | Line2D | [inline] |
Line2D(Point2D start, Point2D end) | Line2D | [inline] |
Line2D(Point2D start, CVec2 vec) | Line2D | [inline] |
m_Start | Line2D | [private] |
m_Vec | Line2D | [private] |
operator==(const Line2D &line) const | Line2D | [inline] |
rotate(float angle) | Line2D | [inline] |
setEnd(const Point2D end) | Line2D | [inline] |
setStart(const Point2D start) | Line2D | [inline] |
start() const | Line2D | [inline] |
toString() const | Line2D | |
vec() const | Line2D | [inline] |
vertices(unsigned substeps=0) | Line2D | |
~Line2D() | Line2D | [inline] |