Version 1.2.1
New additions since version 1.2
- Added
toArraymethod to vectors and tuples to get an array with the same elements as the vector.
Fixes since version 1.2
- Vec4i now implements the Int4 trait
Changes since 1.1
Colorhas been renamed toColor4ffor better clarity and consistency- Added
Color3fto allow for the use of colors without transparency - Added methods to make
Color3fs andColor4fs work together