Previous Up Next

14.5.4 Vectors in space: vector

See Section ‍13.7.4 for vectors in the plane.

The vector command returns and draws vectors. It can takes its arguments in different ways.

The coordinates of the vector.

Example.

Input:

vector([1,2,3])

Output:


Two points or a point and a vector.

Examples.


Previous Up Next