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