Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/ulcd/CTR/
Dulcd_StereoCamera.h197 f32 GetParallax(const f32 distance) const;
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp337 f32 distance = J->Test(S->C); in DistSqSphereToPlane() local
338 if (distance > S->r) in DistSqSphereToPlane()
339 return (distance - S->r) * (distance - S->r); in DistSqSphereToPlane()
340 else if (distance < -S->r) in DistSqSphereToPlane()
341 return (distance + S->r) * (distance + S->r); in DistSqSphereToPlane()