S
swellfr
Hi
i need a structure to store some 2D points and to be able to
interpolate. The pb is that i need to find very very quickly what are
the the closest values around my point.
Is the SortedDictionary the right structure and how can i search for
the 2 closest points.
Something similar to lower_bound and upper_bound method with the STL
map
Thx
manu
i need a structure to store some 2D points and to be able to
interpolate. The pb is that i need to find very very quickly what are
the the closest values around my point.
Is the SortedDictionary the right structure and how can i search for
the 2 closest points.
Something similar to lower_bound and upper_bound method with the STL
map
Thx
manu