pub fn distance<T>(pt1: Point<T>, pt2: Point<T>) -> f64where T: Copy + ToF64,
Compute the distance between two points. Direct port from clipper.h Distance.