In File: vcglib\vcg\space\intersection3.h
Function: IntersectionSegmentSphere(const Sphere3<scalar_type>& sphere, const Segment3<scalar_type>& segment, Point3<scalar_type> & t0, Point3<scalar_type> & t1)</scalar_type></scalar_type></scalar_type></scalar_type>
Comments:
t1 is a valid intersection only if the returned value is at least 1; similarly t2 is valid iff the returned value is 2.
There is no parameter t2.
Anonymous