You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A “best candidate” function receives as input the channels and max radius, and returns a function that receives the pointer position and returns the best candidate, if any.
This allows a user to build:
a pointer that knows about rects, or links
we might want to build Plot.pointerRect as a standard method
a pointer that is optimized with a quadtree or a spatial tree
a pointer that returns several data points at the same time (maybe?)
A “best candidate” function receives as input the channels and max radius, and returns a function that receives the pointer position and returns the best candidate, if any.
This allows a user to build:
The text was updated successfully, but these errors were encountered: