in reply to Re^5: Creating a circle in a data structure
in thread Creating a circle in a data structure

Very cool, and this is exactly what I was originally envisioning.

However, the table is just a way of displaying it graphically for a test. This will be stored in the database for things like elevation (which will not remain perfect circles -- or I would've stored them as such). Eventually, for displaying, I may have a contour map generated from different values here. For the format, I will either generate to PNG or maybe SVG and then to PNG.

  • Comment on Re^6: Creating a circle in a data structure