Vectors

Started by
3 comments, last by yaroslavd 20 years, 10 months ago
I''m trying to make an air-hockey game. Can someone refer me to a good tutorial about vectors? Also, I''m using Java, so if there''s already a class built into JDK, I''d appreciate it if you told me. Thanks, guys.
Advertisement
check out the articles here at gamedev
I assume you mean mathematical vectors, in which case, do check out the articles in the Articles and Resources section. If you mean programming vectors, these are just dynamic arrays, and in Java, arrays are very easily resizable.
I''m sorry. I wasn''t clear. I meant mathematical (angle + power) vectors, not java.util.Vector. I''m reading the Gamedev articles right now.
quote:Original post by Kuladus
check out the articles here at gamedev


Indeed...

<plug>
Vectors and Matrices : A Primer
</plug>



Death of one is a tragedy, death of a million is just a statistic.
If at first you don't succeed, redefine success.

This topic is closed to new replies.

Advertisement