Searched refs:centerDiff (Results 1 – 1 of 1) sorted by relevance
1315 VEC3 centerDiff; in IntersectionSphere() local1316 VEC3Sub(¢erDiff, &s0->C, &s1->C); in IntersectionSphere()1319 if (VEC3SquareLen(¢erDiff) <= radiusSum * radiusSum) in IntersectionSphere()