Data structure for return values of LineClosestPointAndOffsets()
.
More...
#include <LineClosestPoint.h>
Public Member Functions | |
operator std::tuple< Point &, double &, double & > () noexcept | |
Helper to assign to std::tie() . More... | |
Public Attributes | |
Point | point |
Intersection point. More... | |
double | offset1 |
Distance from reference point of first line. More... | |
double | offset2 |
Distance from reference point of second line. More... | |
Data structure for return values of LineClosestPointAndOffsets()
.
Definition at line 29 of file LineClosestPoint.h.
|
inlinenoexcept |
Helper to assign to std::tie()
.
Definition at line 36 of file LineClosestPoint.h.
double geo::IntersectionPointAndOffsets< Point >::offset1 |
Distance from reference point of first line.
Definition at line 32 of file LineClosestPoint.h.
double geo::IntersectionPointAndOffsets< Point >::offset2 |
Distance from reference point of second line.
Definition at line 33 of file LineClosestPoint.h.
Point geo::IntersectionPointAndOffsets< Point >::point |
Intersection point.
Definition at line 31 of file LineClosestPoint.h.