Matrix Math Class

I’m currently in the process of reading a book that developed it’s own 2D Matrix and Vector math classes. Is there a standard 2D set I should be using for future projects?

Thanks in advance…

Why not use LWJGL Utils’ classes? :slight_smile:

Ah, ok…thanks! Much appreciated!