LWJGL Forum

Programming => JOML => Topic started by: Kai on January 05, 2016, 10:50:55

Title: [UPDATE] New integer vectors
Post by: Kai 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 (https://github.com/JOML-CI/JOML/pull/71) 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. :)