Home
last modified time | relevance | path

Searched refs:LengthSquared (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Drangefit.cpp119 float d = LengthSquared( m_metric*( values[i] - codes[j] ) ); in Compress3()
172 float d = LengthSquared( m_metric*( values[i] - codes[j] ) ); in Compress4()
H A Dmaths.h196 inline float LengthSquared( Vec3::Arg v ) in LengthSquared() function