Defining the Angles Between Vectors
Description
A detailed tutorial on how to define the angles between vectors. Step by step tutorial including several examples of angles between vectors for reference.
Overview
In general, it is easier to find the angle between 2D vectors, rather than 3D vectors. In order to define the angles between vectors, we need to use the dot product in conjunction with a few other functions. The angles between vectors can be expressed as angle = arccos(v1xv2), where v1xv2 is how the dot product is expressed.

November 19, 2009
No Comments











