Пример #1
0
inline float vdist2(const float* p, const float* q)
{
	return sqrtf(vdistSq2(p,q));
}
Пример #2
0
inline float vdist2(const dtCoordinates& p, const dtCoordinates& q)
{
	return sqrtf(vdistSq2(p,q));
}