|
GEO_PointTree Segmentation Fault on findNearestGroupPt()
When a GEO_PointTree is created from a VectorArray and you try to access one GEO_Point * from the returned group of points, it Segfaults, ... use findNearestGroupIdx() instead and access the PointArray you've used to create the GEO_PointTree
|