Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/ulcd/CTR/
Dulcd_StereoCamera.h197 f32 GetParallax(const f32 distance) const;
/CTR-SDK-2.4.0/include/nn/camera/CTR/
Dcamera_Api.h83 f32 GetParallax( const StereoCameraCalibrationData & cal, const f32 distance );
817 inline f32 GetParallax( const StereoCameraCalibrationData & cal, f32 distance ) in GetParallax() argument
819 return detail::GetParallax( cal, distance ); in GetParallax()
/CTR-SDK-2.4.0/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()