UnixJunkie / vector3

module for 3D vectors (implemented as a record of x, y and z floats)
6 stars 0 forks source link

BigArray1 based implementation #10

Closed UnixJunkie closed 1 year ago

UnixJunkie commented 1 year ago

because all coordinates might be stored in a large 1D array in practice

UnixJunkie commented 1 year ago

and we don't want data copy of floats everywhere

UnixJunkie commented 1 year ago

maybe not so good idea in practice