]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/utils/vtkEffect.java
White space clean-up
[simantics/3d.git] / org.simantics.g3d.vtk / src / org / simantics / g3d / vtk / utils / vtkEffect.java
index d4cd71034e6c8d488b12c9528d6140f55f1f4701..09a93e347f790604a5f2f1018d8ce38d2a7f986a 100644 (file)
@@ -87,7 +87,7 @@ public class vtkEffect {
                double center_contour[] = new double[3];
                double trans_x=0., trans_y=0., trans_z=0., ratio_x=0., ratio_y=0.;
                contour.GetBounds(bounds_contour);
-        
+               
                ratio_x = (bounds_data[1]-bounds_data[0])/(bounds_contour[1]-bounds_contour[0]);
                ratio_y = (bounds_data[3]-bounds_data[2])/(bounds_contour[3]-bounds_contour[2]);
                
@@ -119,7 +119,7 @@ public class vtkEffect {
                vtkPolyDataMapper mapper = new vtkPolyDataMapper();
                mapper.SetInputData(contour);
                
-                
+               
                vtkActor actor =new vtkActor();
                actor.SetMapper(mapper);
                actor.GetProperty().SetLineWidth(2.);
@@ -274,7 +274,7 @@ public class vtkEffect {
                vtkPolyDataMapper mapper = new vtkPolyDataMapper();
                mapper.SetInputData(contour);
                
-                
+               
                vtkActor actor =new vtkActor();
                actor.SetMapper(mapper);
                actor.GetProperty().SetLineWidth(2.);