Vector refers to something that is located in 3D (for instance a point on a surface or volume) or 2D space (i.e a point on a texture). A vector is characterized by 3 values usually named X, Y and Z in 3D space.
– lemonSep 11 '19 at 17:09
Vector is a class that contain 3 or 4 number. In Blender, Vector is a python class under mathutils which provide a lot of useful function to deal with 3D math problem. See the DOC here
– HikariTWSep 12 '19 at 06:00
Vectoris a python class undermathutilswhich provide a lot of useful function to deal with 3D math problem. See the DOC here – HikariTW Sep 12 '19 at 06:00