Find the midpoint and distance between two points.
What would make it better?
M = ((x₁+x₂)/2, (y₁+y₂)/2)
Distance = √((x₂−x₁)² + (y₂−y₁)²)
Line slope.
Right triangles.
Triangles.
Circles.
2D areas.
Length units.