Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/ulcd/CTR/
Dulcd_StereoCamera.h84 void SetBaseFrustum(const nn::math::Matrix44 *proj);
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp1120 f32 proj = VEC3Dot(&w, &R->d); in IntersectionRay3Sphere() local
1123 if (proj < 0.f && wsq > rsq) in IntersectionRay3Sphere()
1128 if (vsq * wsq - proj * proj <= vsq * rsq) in IntersectionRay3Sphere()