Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lxsmnsyc/math

Collection of my personal mathematics libraries for Lua.
https://github.com/lxsmnsyc/math

Last synced: about 2 months ago
JSON representation

Collection of my personal mathematics libraries for Lua.

Awesome Lists containing this project

README

        

# Math
Collection of my personal mathematics libraries for Lua.

#Includes
- Vectors (vec2, vec3, vec4, dvec2, dvec3, dvec4)
- Matrices (mat2, mat3, mat4, dmat2, dmat3, dmat4)
- Complex (complex
- Rays (ray2, ray3, dray2, dray3)