Skip to content

Version 1.2.1

Compare
Choose a tag to compare
@HexagonNico HexagonNico released this 24 Apr 08:56
· 66 commits to main since this release

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