Improved code readability
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / renderer / raster / slicer / PolygonCoordinate.java
index 328896d..eb4745a 100644 (file)
@@ -11,6 +11,8 @@ import eu.svjatoslav.sixth.e3d.geometry.Point3D;
  * Polygon coordinate.
  * This class is used to store coordinates of a point in 3D space and its
  * texture coordinate.
+ *
+ * TODO: Refactor this class out of existence. Use Vertex instead. Texture coordinates should be moved to Vertex.
  */
 public class PolygonCoordinate {