JOML-CI / JOML

A Java math library for OpenGL rendering calculations
MIT License
728 stars 104 forks source link

add test for Vector3i #277

Closed pollend closed 3 years ago

pollend commented 3 years ago

Here are some trivial test cases for Vector3i that should improve code coverage. There should be a lot more test cases for operations where there are self operations i.e v1 add v1 or v1 sub v1. I know I've caught bugs where this has been a problem.

httpdigest commented 3 years ago

Thanks!