Updated readability of the code.
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / geometry / Point2D.java
index f2d2603..a6bb6a1 100755 (executable)
@@ -8,6 +8,8 @@ import static java.lang.Math.sqrt;
 
 /**
  * Used to represent point in a 2D space or vector.
+ *
+ * @see Point3D
  */
 public class Point2D implements Cloneable {