gabzim / circle-to-polygon

Receives a Coordinate, a Radius and a Number of edges and aproximates a circle by creating a polygon that fills its area
ISC License
113 stars 29 forks source link

Correcting spelling mistake in validateCenter.js #47

Closed kallewesterling closed 2 years ago

kallewesterling commented 2 years ago

Spelling mistake

kallewesterling commented 2 years ago

Yes! I am creating a data visualization using the GeoLayers 3 plugin for After Effects and I needed something that could generate nice little polygons to make the dataset easier for it to handle. Your package made all the difference!

johachi commented 2 years ago

Yes! I am creating a data visualization using the GeoLayers 3 plugin for After Effects and I needed something that could generate nice little polygons to make the dataset easier for it to handle. Your package made all the difference!

That is great to hear! Thank you.

Btw, it seems like the tests weren't updated. Could you please do that as well?

kallewesterling commented 2 years ago

Done!

johachi commented 2 years ago

Thank you for you contribution @kallewesterling!