ABRG-Models / morphologica

A library of supporting code for numerical modelling (JSON config, HDF5 data, Modern OpenGL visualization)
https://abrg-models.github.io/morphologica/
Apache License 2.0
260 stars 30 forks source link

Refactor core maths classes #286

Closed sebjameswml closed 5 days ago

sebjameswml commented 5 days ago

Let's get all the maths classes into nice lower case.

morph::range [done] morph::scale morph::mat22/33/44 morph::quaternion

Leave for now: morph::Rand* morph::Grid morph::HexGrid

sebjameswml commented 5 days ago

morph::mat22/33/44 refactor is now merged

sebjameswml commented 5 days ago

That's all the planned refactoring for now.