|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::Segment3D, including all inherited members.
| at(const Geom_Number &t) const | Aleph::Segment3D | inline |
| contains(const Point3D &p) const | Aleph::Segment3D | inline |
| direction() const | Aleph::Segment3D | inline |
| distance_to(const Point3D &p) const | Aleph::Segment3D | inline |
| get_src() const noexcept | Aleph::Segment3D | inline |
| get_src_point() const noexcept | Aleph::Segment3D | inline |
| get_tgt() const noexcept | Aleph::Segment3D | inline |
| get_tgt_point() const noexcept | Aleph::Segment3D | inline |
| length() const | Aleph::Segment3D | inline |
| length_squared() const | Aleph::Segment3D | inline |
| midpoint() const | Aleph::Segment3D | inline |
| operator!=(const Segment3D &s) const | Aleph::Segment3D | inline |
| operator==(const Segment3D &s) const | Aleph::Segment3D | inline |
| Segment3D()=default | Aleph::Segment3D | |
| Segment3D(const Point3D &src, const Point3D &tgt) | Aleph::Segment3D | inline |
| src_ | Aleph::Segment3D | private |
| tgt_ | Aleph::Segment3D | private |