X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fe3d%2Fmath%2FVertex.java;h=69b3095f4f1eac32e67c3fcdb3cc7bb8f96fda8d;hp=6e083fc541ebd448a2dc65083fb27f29c758fb03;hb=a3ff3683bd0a025061667b26b6fcf56fe20f0afc;hpb=3f589bbc56ebfb1bd35b538b8a77d4019396b5aa diff --git a/src/main/java/eu/svjatoslav/sixth/e3d/math/Vertex.java b/src/main/java/eu/svjatoslav/sixth/e3d/math/Vertex.java index 6e083fc..69b3095 100644 --- a/src/main/java/eu/svjatoslav/sixth/e3d/math/Vertex.java +++ b/src/main/java/eu/svjatoslav/sixth/e3d/math/Vertex.java @@ -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,