Vectors can be used to store...?
Vectors can be used to store...?
1. Offsets, also called Displacements.
Ex: If we know the treasure is buried 2 paces east and 3 paces north of the secret hiding spot, we know the Offset, but not where to start.
2. Locations AKA Position AKA Point. P
Locations can also be represented as a displacement from another location. Usually, there is some understood Origin location from which all other locations are stored as offsets.
Note that locations are NOT Vectors.