simple linear algebra library written in zig.
dot product, cross product, {+, -, *, /} ops
determinant, inverse (without det==0 test), transpose, mul op
init from unit quaternion, init as rotation from euler angles, projection
mul op, init from 3d vector and angle
3d point rotation