[vtkusers] Question about Pick
杨清云
qiyuewei at gmail.com
Mon Dec 14 04:00:59 EST 2009
Hi,
When I use fuction pick( ) of vtkPointPicker, I have found one question that
the result of GetPickPosition is not the same with the result in the pick( )
fuction.
this->PickedPositions->InsertNextPoint
((1.0 - t)*p1World[0] + t*p2World[0],
(1.0 - t)*p1World[1] + t*p2World[1],
(1.0 - t)*p1World[2] + t*p2World[2]);
How does this happen? Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20091214/6261383a/attachment.htm>
More information about the vtkusers
mailing list