pub fn dist_squared<T>(p0: Vector2<T>, p1: Vector2<T>) -> Twhere
    T: Real,
Expand description

Distance squared between the points p0 and p1.