This is the complete list of members for Line2D, including all inherited members.
| Distance() const noexcept | Line2D | inline |
| Line2D() noexcept=default | Line2D | |
| Line2D(Point2D< double > normal, double distance) noexcept | Line2D | inline |
| Line2D(Point2D< double > p1, Point2D< double > p2) noexcept | Line2D | inline |
| Normal() const noexcept | Line2D | inline |
| operator!=(const Line2D &line) const noexcept | Line2D | inline |
| operator==(const Line2D &line) const noexcept | Line2D | inline |
| SetDistance(double distance) noexcept | Line2D | inline |
| SetNormal(Point2D< double > normal) | Line2D | inline |