Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Geometry.h398 PLANE bottomPlane; variable
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp209 bottomPlane.Set(&P0, &P[2], &P[3]); in Set()
1447 Dist = viewPos.y * bottomPlane.N.y + in IntersectSphere()
1448 viewPos.z * bottomPlane.N.z; in IntersectSphere()