Searched refs:signedDistance (Results 1 – 1 of 1) sorted by relevance
319 static inline float signedDistance(const float* pPlane, float x, float y, float z) { in signedDistance() function331 if (signedDistance(pFrustum, x, y, z) <= negRadius) { in sphereHitsFrustum()