Vectors

Addition

Visualization of vector addition.

The code can be seen here in the function demoAddition.

Scale

Visualization of scaling a vector with a scalar.

The code can be seen here in the function demoScale.

Length

Visualization of how to compute the length of a vector.

The code can be seen here in the function demoLength.

Dot product

Visualization of the dot product and it's geometric interpretations.

The code can be seen here in the function demoDot.

Coordinate systems

Visualization of how coordinates of a vector are computed in different nested coordinate systems. These systems can be non-orthogonal

The code can be seen here in the function coordinateSystems.