pub fn distance_squared_2d(left: Point2, right: Point2) -> f64
Returns the squared Euclidean distance between two 2D points.