Updated Vector.md (markdown)
commited
commit
d3c4f02978ce77b21e2254305ccb8ceba8f34af8
... | ... | @@ -4,6 +4,7 @@ Three numbers in one wire! You will use this for X,Y,Z positions and directions. |
4 | 4 | |
5 | 5 | A vector is a point in 3D space and it's defined by 3 values: x, y, and z, and as shown in the image above, the block has 3 numbers, the first one is for X, the second is for Y, and the third is for Z. |
6 | 6 | |
7 | ## Related |
|
7 | 8 | |
8 | 9 | - [[Number]] |
9 | 10 | - [[Rotation]] |