|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::LineEq, including all inherited members.
| approx_equal(const LineEq &l, const Geom_Number &epsilon) const noexcept | Aleph::LineEq | inline |
| contains_point(const Geom_Number &px, const Geom_Number &py, const Geom_Number &epsilon=LINE_EPSILON) const noexcept | Aleph::LineEq | inline |
| contains_point(const Point &p, const Geom_Number &epsilon=LINE_EPSILON) const noexcept | Aleph::LineEq | inline |
| distance_to(const Geom_Number &px, const Geom_Number &py) const noexcept | Aleph::LineEq | inline |
| distance_to(const Point &p) const noexcept | Aleph::LineEq | inline |
| intersection(const LineEq &l, const Geom_Number &epsilon=LINE_EPSILON) const | Aleph::LineEq | inline |
| intersection_point(const LineEq &l, const Geom_Number &epsilon=LINE_EPSILON) const | Aleph::LineEq | inline |
| is_horizontal(const Geom_Number &epsilon=LINE_EPSILON) const noexcept | Aleph::LineEq | inline |
| is_parallel_to(const LineEq &l, const Geom_Number &epsilon=LINE_EPSILON) const noexcept | Aleph::LineEq | inline |
| is_perpendicular_to(const LineEq &l, const Geom_Number &epsilon=LINE_EPSILON) const noexcept | Aleph::LineEq | inline |
| LineEq() noexcept=default | Aleph::LineEq | |
| LineEq(const Geom_Number &__y0, const Geom_Number &__m) noexcept | Aleph::LineEq | inline |
| LineEq(const Geom_Number &x1, const Geom_Number &y1, const Geom_Number &__m) noexcept | Aleph::LineEq | inline |
| LineEq(const Geom_Number &x1, const Geom_Number &y1, const Geom_Number &x2, const Geom_Number &y2) | Aleph::LineEq | inline |
| LineEq(const Point &p, const Geom_Number &__m) noexcept | Aleph::LineEq | inline |
| LineEq(const Point &p1, const Point &p2) | Aleph::LineEq | inline |
| m | Aleph::LineEq | |
| operator!=(const LineEq &l) const noexcept | Aleph::LineEq | inline |
| operator()(const Geom_Number &x) const noexcept | Aleph::LineEq | inline |
| operator<< | Aleph::LineEq | friend |
| operator==(const LineEq &l) const noexcept | Aleph::LineEq | inline |
| perpendicular_through(const Geom_Number &px, const Geom_Number &py) const | Aleph::LineEq | inline |
| perpendicular_through(const Point &p) const | Aleph::LineEq | inline |
| slope() const noexcept | Aleph::LineEq | inline |
| to_string() const | Aleph::LineEq | inline |
| x_at(const Geom_Number &y) const | Aleph::LineEq | inline |
| y0 | Aleph::LineEq | |
| y_intercept() const noexcept | Aleph::LineEq | inline |