ESI-FAR / INA-tool

A tool for visualising and analysing Institutional Statements
MIT License
2 stars 0 forks source link

Specify hexagon points as nested list of numbers #33

Closed sjvrijn closed 5 months ago

sjvrijn commented 5 months ago

We currently specify the points of our hexagon as a space-separated string, and at every drawing we unpack the string into a nested list of numbers.

We can save all the unpacking code/runtime by storing the points in that data format in the first place.