Hi All,
Say I want to check if some linear geom object (segment, tetrahedron,.. ) is fully inscribed by the sphere.
I am thinking of testing if all the vertices of the linear object lies inside sphere and if so the object itself
is inside the sphere.
Is there a possibility that this test fails for linear objects?
Also, is there a fast algorithm to do this.
Thank you.
Ravana