rgoulter / cs5237-VoronoiArt

Voronoi Art program written with OpenGL, Qt and OpenCV.
MIT License
3 stars 1 forks source link

Tidy up uses of PointSetArray::getPoint #35

Open rgoulter opened 6 years ago

rgoulter commented 6 years ago

getPoint's signature is like (index, x&, y&).

We're using our own geometry::Point class now. There's really no good reason to use getPoint.