Release 1.2.2
New additions since version 1.2.1
- Added an
inverse
method for float and double vectors to compute the inverse with respect to the component-wise multiplication - Added
/
anddivide
methods for float and double vectors for component-wise division - Added more utility methods to create scaling and translation matrices
New additions since version 1.2
- Added toArray method 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
- Color has been renamed to Color4f for better clarity and consistency
- Added Color3f to allow for the use of colors without transparency
- Added methods to make Color3fs and Color4fs work together