Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lxsmnsyc/math
- Owner: lxsmnsyc
- License: mit
- Created: 2018-08-01T17:01:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T06:46:59.000Z (over 6 years ago)
- Last Synced: 2024-10-20T01:11:54.892Z (2 months ago)
- Language: Lua
- Size: 56.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)