crystaledge v0.2.0 Release Notes

Release Date: 2017-12-30 // about 6 years ago
    • Matrix is now generic module. Matrix MxN of elements of type T is represented by CrystalEdge::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)