#Can you explain Vectors to an idiot?
25 messages · Page 1 of 1 (latest)
vectors are literally just a set of numbers of a given size
** You are now Level 5! **
so a vector3 is just 3 numbers
you are setting the position to be at x1, y0, z0
Vector is a position, that uses XYZ coordinates.
Vector3 is used on 3d, while Vector2 is for 2d, although Vector2 and Udim2 are different
Not really
Vectors are often used to represent positions, true. But they are also used to represent a direction such as a normal, or sometimes even a rotation
which is what i originally said
So how do yyou use them
So why part dissapear