Vector tutorials?

Blitz3D Forums/Blitz3D Programming/Vector tutorials?

Yue(Posted 2015) [#1]
Hello, I think I can still learn more in Blitz3D, I wonder if there is any tutorial for Blitz3D vector, code examples, I appreciate any suggestions.


Matty(Posted 2015) [#2]
I would imagine (since you speak Spanish) that a mathematics textbook used by beginning university students would be a good reference to have.

The theory behind vectors is not too difficult to understand - once you understand the basics you can do a fair bit.


Matty(Posted 2015) [#3]
Additional:

As a start (I dont know what you already know) the following areas are most useful (as a beginner)

Pythagoras theorem.
Vector addition.
Dot product.
scalar multiplication of a vector.


Those few initial things on their own are pretty useful with blitz.

Edit: id throw unit vectors in as well...