Basic Elements
Point: Exact location (0 dim).
Line: Straight path, extends infinite (1 dim).
Plane: Flat surface, extends infinite (2 dim).
Segment: Part of line with 2 endpoints.
Ray: 1 endpoint, extends infinite 1 way.
Formulas (Coordinate)
Distance: $d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}$
Midpoint: $M = \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)$