Searched refs:distance (Results 1 – 3 of 3) sorted by relevance
197 f32 GetParallax(const f32 distance) const;
83 f32 GetParallax( const StereoCameraCalibrationData & cal, const f32 distance );817 inline f32 GetParallax( const StereoCameraCalibrationData & cal, f32 distance ) in GetParallax() argument819 return detail::GetParallax( cal, distance ); in GetParallax()
337 f32 distance = J->Test(S->C); in DistSqSphereToPlane() local338 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()