Searched refs:baseSquared (Results 1 – 1 of 1) sorted by relevance
178 float baseSquared = base.lengthSquared(); in collideWithSegment() local186 float c = (edgeSquared * (1f - baseSquared)) + EdotB * EdotB; in collideWithSegment()