Searched refs:PmC (Results 1 – 1 of 1) sorted by relevance
1019 VEC3 PmC; in IntersectionLine3Sphere() local1020 VEC3Sub(&PmC, &L->P, &sphere->C); in IntersectionLine3Sphere()1022 b = 2.f * VEC3Dot(&L->d, &PmC); in IntersectionLine3Sphere()1023 c = VEC3SquareLen(&PmC) - sphere->r * sphere->r; in IntersectionLine3Sphere()