public static float Distance(NFVector2 va, NFVector2 vb) { NFVector2 vector = NFVector2.sub(va, vb); return(vector.Length()); }