<aside> <img src="/icons/list_gray.svg" alt="/icons/list_gray.svg" width="40px" />
Table of Contents
</aside>
A point in 3D space represents a specific position relative to a coordinate system.
Position Vectors
Points are often represented using position vectors.

Points and vectors are related but, different. While points show locations in space, we can do some special math operations with them.
Difference Between Two Points
The difference between two points $q$ and $p$ is defined.
$$ \vec{v}=q - p $$