Skip to content

Release 1.2.2

Compare
Choose a tag to compare
@HexagonNico HexagonNico released this 24 May 12:12
· 62 commits to main since this release

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 / and divide 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