[vtkusers] Inner Point

Dominik Szczerba domi at vision.ee.ethz.ch
Fri Jan 5 08:27:50 EST 2007


If the surface is closed then shoot a ray and count the intersections.
The idea is trivial, its efficient (better than N^2) implementation not.
Maybe PointLocator methods may come handy. Otherwise the GTS mesh
library has it in already.
--DS

Vinayak Datir wrote:
> Hello All,
> 
> Any one has an idea how to check, whether the point is on the surface or
> it is  inside the close surface ?
> 
>  
> 
> Thanks in advance
> 
> Vinayak Datir.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> This is the private VTK discussion list. 
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers



More information about the vtkusers mailing list