Home
last modified time | relevance | path

Searched refs:PmC (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp1019 VEC3 PmC; in IntersectionLine3Sphere() local
1020 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()