A Minimal Circle Problem visualizer using the nannou
toolkit.
Set the points coordinates in the POINTS
constant in main.rs
using the Point
struct.
Any coordinate whose position vector's module is bigger than WIN_SIZE/2
units won't be shown on screen. The center of the coordinate plane is in the center of the window.