static private distSqPointLineSegment ( Vector2 vector1, Vector2 vector2, Vector2 vector3 ) : float | ||
vector1 | Vector2 | The first endpoint of the line segment. |
vector2 | Vector2 | The second endpoint of the line segment. * |
vector3 | Vector2 | The point to which the squared distance is to * be calculated. |
return | float |