Updated readability of the code.
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / geometry / Circle.java
index 36dd69c..5402fc4 100644 (file)
@@ -4,6 +4,9 @@
  */
 package eu.svjatoslav.sixth.e3d.geometry;
 
+/**
+ * Circle in 2D space.
+ */
 public class Circle {
 
     Point2D center;