public static float DistanceSquaredToLine(vec2 p, vec2 e0, vec2 e1, out float t) { return(Line2D.DistanceSquared(p, e0, e1, out t)); }