This is the complete list of members for tuw::Line2D, including all inherited members.
a() | tuw::Line2D | |
a() const | tuw::Line2D | |
b() | tuw::Line2D | |
b() const | tuw::Line2D | |
c() | tuw::Line2D | |
c() const | tuw::Line2D | |
cv() | tuw::Line2D | |
cv() const | tuw::Line2D | |
distanceTo(const double &x, const double &y) const | tuw::Line2D | |
distanceTo(const Point2D &p) const | tuw::Line2D | |
intersection(const Line2D &l) const | tuw::Line2D | |
Line2D() | tuw::Line2D | |
Line2D(const Line2D &l) | tuw::Line2D | |
Line2D(cv::Vec< double, 3 > &l, bool normalize=true) | tuw::Line2D | |
Line2D(const double &x0, const double &y0, const double &x1, const double &y1, bool normalize=true) | tuw::Line2D | |
Line2D(const Point2D &pt1, const Point2D &pt2, bool normalize=true) | tuw::Line2D | |
normal() const | tuw::Line2D | |
normalize() | tuw::Line2D | |
operator<<(std::ostream &os, const Line2D &o) | tuw::Line2D | friend |
pointOnLine(const double &x, const double &y) const | tuw::Line2D | |
pointOnLine(const Point2D &p) const | tuw::Line2D | |
set(const double &x0, const double &y0, const double &x1, const double &y1, bool normalize=true) | tuw::Line2D | |
set(const Point2D &p0, const Point2D &p1, bool normalize=true) | tuw::Line2D | |
toPolar() const | tuw::Line2D |