pub fn slope(left: Point2, right: Point2) -> Option<f64>
Returns the slope between two points, or None for a vertical line.
None