window_sizes 1396 856 303 1087 759 42
diagrams
active classdiagram_ref 128002 // wxVtkViewer class Diagram 1
- 952 1238 140 4 471 241
+ 952 1238 140 4 471 110
end
show_stereotypes
-selected class_ref 129410 // wxPanel
+selected classdiagram_ref 128002 // wxVtkViewer class Diagram 1
open
classview_ref 128002 // wxVtkViewer
end
}
// ----------------------------------------------------------------------------
-bool manualViewContour::ifTouchContour(int x,int y,int z){
+bool manualViewContour::ifTouchContour(int x,int y,int z)
+{
bool result=false;
double xx=x;
double yy=y;
d2= sqrt( (ppB[0]-xx)*(ppB[0]-xx) + (ppB[1]-yy)*(ppB[1]-yy) + (ppB[2]-zz)*(ppB[2]-zz));
d3= sqrt( (ppB[0]-ppA[0])*(ppB[0]-ppA[0]) + (ppB[1]-ppA[1])*(ppB[1]-ppA[1]) + (ppB[2]-ppA[2])*(ppB[2]-ppA[2]));
-
if ( ((d1+d2)>=d3) && ((d1+d2)<=d3*1.3) )
{
result=true;