Improved code readability
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / gui / Avatar.java
index abbf0dd..f2d58c9 100755 (executable)
@@ -11,6 +11,9 @@ import static java.lang.Math.sin;
 
 /**
  * The avatar is a user-controlled object in the 3D world.
+ *
+ * It is a point in space that can be moved around by the user.
+ * It has orientation in space, and it can also be rotated around.
  */
 public class Avatar implements ViewRenderListener {