Files
gglm/README.md
2021-11-05 18:04:28 +04:00

328 B

gglm

Fast Go OpenGL Mathematics library inspired by the c++ library glm.

Notes

You can check compiler inlining decisions using go run -gcflags "-m" .. Some functions look a bit weird compared to similar ones because we are trying to reduce function complexity so the compiler inlines.