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
255 stars 29 forks source link

Adds signed indexing to vvec #267

Closed sebjameswml closed 1 week ago

sebjameswml commented 1 week ago

Adds at_signed() and c_at_signed() which can take negative array indices, which index backward from the end of the array.