Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Geometry.h397 PLANE topPlane; variable
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp208 topPlane.Set(&P0, &P[0], &P[1]); in Set()
1440 Dist = viewPos.y * topPlane.N.y + in IntersectSphere()
1441 viewPos.z * topPlane.N.z; in IntersectSphere()