Pure Crystal vector math library (WIP)
Add this to your application's shard.yml
:
dependencies:
crystaledge:
github: unn4m3d/crystaledge
TODO List:
- Vector2 math
- Vector2 * Matrix3
- Vector2 tests
- Vector2 docs
- "Dangerous" versions of Vector2 methods
- Vector3 math
- Vector3 * Matrix4
- Vector3 rotation
- Vector3 reflection
- Vector3 tests
- Vector3 docs
- "Dangerous" versions of Vector3 methods
- Vector4 math
- Vector4 tests
- Vector4 docs
- "Dangerous" versions of Vector4 methods
- Matrix3 math
- Matrix3 tests
- Matrix3 docs
- Matrix4 math
- Matrix4 tests
- Matrix4 docs
- Quaternion
- Quaternion tests
- Quaternion docs
- Fork it ( https://github.com/unn4m3d/crystaledge/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request