Xkonti / govec

Go library providing 2D and 3D vector operations
MIT License
6 stars 7 forks source link

Refactor library to use float32 instead of float64 whenever possible #32

Open Xkonti opened 1 year ago

Xkonti commented 1 year ago

Operations on float64 are more expensive than on float32. The library should be refactored so that float64 is as limited as possible. Things to consider: