Skip to content

Vectors

Edward Eldridge edited this page Apr 11, 2018 · 1 revision

What is a vector?

A vector space (also called a linear space) is a collection of objects called vectors, which may be added together and multiplied ("scaled") by numbers, called scalars. Scalars are often taken to be real numbers, but there are also vector spaces with scalar multiplication by complex numbers, rational numbers, or generally any field. The operations of vector addition and scalar multiplication must satisfy certain requirements, called axioms, listed below.

Vector2

It is representation of 2D vectors and points, used to represent 2D positions, only two axis x&y.

Vector3

It is representation of 3D vectors and points, used to represent 3D positions,considering x,y & z axis.

Clone this wiki locally