Hello Guest

[UPDATE] New integer vectors

  • 0 Replies
  • 9242 Views
*

Kai

[UPDATE] New integer vectors
« on: January 05, 2016, 10:50:55 »
In the current 1.6.8-SNAPSHOT JOML now has three new classes, Vector2i, Vector3i and Vector4i, kindly contributed by @huhlig.
Those are useful when your application/library needs to represent some form of integer lattice and perform integer arithmetic on those coordinates - like that voxel game/engine of yours. :)