public bool Contains(Vector2 p) { return(Utils2D.Contains(p, vertices)); }
bool ExternalPSLG(Vector2 p) { return(!Utils2D.Contains(p, V)); }