Accessor for KDTree that exposes easting/northing for both PointRow and KDQueryPoint.
More...
#include <GeoPlanner.h>
|
|
using | result_type = double |
| |
Accessor for KDTree that exposes easting/northing for both PointRow and KDQueryPoint.
- Author
- clayjay3 (clayt.nosp@m.onra.nosp@m.ycowe.nosp@m.n@gm.nosp@m.ail.c.nosp@m.om)
- Date
- 2025-09-23
◆ operator()() [1/2]
67{
return (idx == 0) ?
v.dEasting :
v.dNorthing; }
◆ operator()() [2/2]
| result_type pathplanners::PointKDAccessor::operator() |
( |
const KDQueryPoint & |
v, |
|
|
size_t |
idx |
|
) |
| const |
|
inline |
69{
return (idx == 0) ?
v.dEasting :
v.dNorthing; }
The documentation for this struct was generated from the following file: