How important is vector math in game dev?

Hi guys,

how important is vector math in game dev? is it worth me doing a few crash courses, or is it not too neccesary? also is there any other supplemental skills that can make me a good game dev?

thanks

It’s probably the most important math you could understand for game dev. That and trigonometry. Ideally you would also understand affine transformations and matrices.

2 Likes

Thanks PraetorBlue