[vtkusers] vtkCellLocator to detect a collision between a line and a vtkActor
Mark Hervagault
mark.hervagault at gmail.com
Mon Jul 21 05:47:35 EDT 2014
Hi guys,
I wonder if my line (it's a vtkActor) touches my other vtkActor.
I can not use vtkCollisionDetectionFilter because I'm on java.
But I can use vtkCellLocator, so I would like to know how to use it to make
a small condition
if (line touches my vtkActor) {
.........
}
Help me please
Thank you very much.
Mark.
--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkCellLocator-to-detect-a-collision-between-a-line-and-a-vtkActor-tp5727918.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list