float distance2(vector2 a, vector2 b)
float distance2(vector a, vector b)
float distance2(vector4 a, vector4 b)
此函数返回平方距离。要获取实际距离,请使用distance。