Searched refs:distance (Results 1 – 2 of 2) sorted by relevance
197 f32 GetParallax(const f32 distance) const;
337 f32 distance = J->Test(S->C); in DistSqSphereToPlane() local338 if (distance > S->r) in DistSqSphereToPlane()339 return (distance - S->r) * (distance - S->r); in DistSqSphereToPlane()340 else if (distance < -S->r) in DistSqSphereToPlane()341 return (distance + S->r) * (distance + S->r); in DistSqSphereToPlane()