Updated readability of the code.
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / geometry / Polygon.java
index 9b96e5b..13996ee 100644 (file)
@@ -4,6 +4,9 @@
  */
 package eu.svjatoslav.sixth.e3d.geometry;
 
+/**
+ * Utility class for polygon operations.
+ */
 public class Polygon {
 
     private static boolean intersectsLine(final Point2D point, Point2D p1,