Understanding Vector 3

Vector3 is a struct and is commonly used to reference the X, Y, and Z position of an object, just as it is in Blender 3d. It can also be used for detecting direction and also used with rotations as well. 

Scripting