point to point calculation
Definition at line 579 of file measures.c.
const POINT2D * getPoint2d_cp(const POINTARRAY *pa, uint32_t n)
Returns a POINT2D pointer into the POINTARRAY serialized_ptlist, suitable for reading from.
int lw_dist2d_pt_pt(const POINT2D *thep1, const POINT2D *thep2, DISTPTS *dl)
Compares incoming points and stores the points closest to each other or most far away from each other...
References getPoint2d_cp(), lw_dist2d_pt_pt(), and LWPOINT::point.
Referenced by lw_dist2d_distribute_bruteforce().