hexasphere
Library for tiling a sphere with hexagons and pentagons.
This starts off with an icoashedron, and then proceeds to subdivide it. The subdivided points form the dual to a goldberg polyhedron. In essence, each point on this sphere is either a hexagon or a pentagon.
Points are interpolated using the geometric slerp
function to preserve their accuracy.
(and optimizations) will be coming as I work on the game that will use this library.
Some things I plan on doing are:
smallvec
and friends, and store data more efficiently
in general.