|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <geom_algorithms.H>
Public Member Functions | |
| HalfPlane ()=default | |
| HalfPlane (Point p_, Point q_) | |
| Geom_Number | dx () const |
| Geom_Number | dy () const |
| Geom_Number | offset () const |
| bool | outside (const Point &x) const |
Public Attributes | |
| Point | p |
| Point | q |
Definition at line 1775 of file geom_algorithms.H.
|
default |
Definition at line 1782 of file geom_algorithms.H.
|
inline |
Definition at line 1784 of file geom_algorithms.H.
References Aleph::Point::get_x(), p, and q.
Referenced by Aleph::HalfPlaneIntersection::cross_dir(), Aleph::HalfPlaneIntersection::dot_dir(), Aleph::HalfPlaneIntersection::line_intersection(), and offset().
|
inline |
Definition at line 1786 of file geom_algorithms.H.
References Aleph::Point::get_y(), p, and q.
Referenced by Aleph::HalfPlaneIntersection::cross_dir(), Aleph::HalfPlaneIntersection::dot_dir(), Aleph::HalfPlaneIntersection::line_intersection(), and offset().
|
inline |
Definition at line 1788 of file geom_algorithms.H.
References dx(), dy(), Aleph::Point::get_x(), Aleph::Point::get_y(), and p.
Referenced by Aleph::HalfPlaneIntersection::operator()().
Definition at line 1794 of file geom_algorithms.H.
References Aleph::CW, Aleph::orientation(), p, and q.
| Point Aleph::HalfPlaneIntersection::HalfPlane::p |
Definition at line 1777 of file geom_algorithms.H.
Referenced by dx(), dy(), Aleph::HalfPlaneIntersection::line_intersection(), offset(), and outside().
| Point Aleph::HalfPlaneIntersection::HalfPlane::q |
Definition at line 1778 of file geom_algorithms.H.