Updated readability of the code.
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / math / Vertex.java
index 6e083fc..69b3095 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.math;
@@ -53,7 +53,7 @@ public class Vertex {
      * Transforms vertex coordinate to calculate its location relative to the viewer.
      * It also calculates its location on the screen.
      *
-     * @param transforms Transforms pipeline.
+     * @param transforms    Transforms pipeline.
      * @param renderContext Rendering context.
      */
     public void calculateLocationRelativeToViewer(final TransformsStack transforms,