All Versions
5
Latest Version
Avg Release Cycle
197 days
Latest Release
1885 days ago
Changelog History
Changelog History
-
v0.2.3 Changes
February 21, 2020⚡️ Just a small update to shard.yml
-
v0.2.2 Changes
September 26, 2019- Simple string representation for matrix (thanks @vinhig)
- Crystal 0.30+ compatibility
-
v0.2.1 Changes
January 15, 2018- ➕ Added
Vector2#angle
- ➕ Added alias
heading
forVector2#angle
andVector3#angle
- ➕ Added
-
v0.2.0 Changes
December 30, 2017Matrix
is now generic module. Matrix MxN of elements of type T is represented byCrystalEdge::Matrix(T, M, N)
, for example,Matrix(Float64, 3, 3)
- Matrices are column major
- Vectors and Quaternion have
#values
method that converts a vector or quaternion to a tuple of values (Useful with splats)
-
v0.1.0
December 26, 2017