Updated readability of the code.
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / renderer / raster / shapes / composite / wireframe / Grid2D.java
index cd4f4a2..c05f3f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sixth 3D engine. Author: Svjatoslav Agejenko. 
+ * Sixth 3D engine. Author: Svjatoslav Agejenko.
  * This project is released under Creative Commons Zero (CC0) license.
  */
 package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.wireframe;
@@ -13,11 +13,11 @@ import eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.base.AbstractCom
 public class Grid2D extends AbstractCompositeShape {
 
     /**
-     * @param transform Grid location
-     * @param rectangle Grid dimensions
+     * @param transform      Grid location
+     * @param rectangle      Grid dimensions
      * @param xDivisionCount Division count along X axis
      * @param yDivisionCount Division count along Y axis
-     * @param appearance Grid lines appearance
+     * @param appearance     Grid lines appearance
      */
     public Grid2D(final Transform transform, final Rectangle rectangle,
                   final int xDivisionCount, final int yDivisionCount,