OSDN Git Service

Javadoc fixes for com.jme3.math.Triangle
authorskye.book <skye.book@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Sun, 23 Oct 2011 18:20:14 +0000 (18:20 +0000)
committerskye.book <skye.book@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Sun, 23 Oct 2011 18:20:14 +0000 (18:20 +0000)
git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8517 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

engine/src/core/com/jme3/math/Triangle.java

index 5e04ec5..6faa53e 100644 (file)
@@ -37,8 +37,8 @@ import com.jme3.export.Savable;
 import java.io.IOException;\r
 \r
 /**\r
- * <code>Triangle</code> defines a object for containing triangle information.\r
- * The triangle is defined by a collection of three <code>Vector3f</code>\r
+ * <code>Triangle</code> defines an object for containing triangle information.\r
+ * The triangle is defined by a collection of three {@link Vector3f}\r
  * objects.\r
  * \r
  * @author Mark Powell\r
@@ -108,7 +108,7 @@ public class Triangle extends AbstractTriangle implements Savable, java.io.Seria
 \r
     /**\r
      *\r
-     * <code>set</code> sets one of the triangles points to that specified as\r
+     * <code>set</code> sets one of the triangle's points to that specified as\r
      * a parameter.\r
      * @param i the index to place the point.\r
      * @param point the point to set.\r
@@ -129,7 +129,7 @@ public class Triangle extends AbstractTriangle implements Savable, java.io.Seria
 \r
     /**\r
      *\r
-     * <code>set</code> sets one of the triangles points to that specified as\r
+     * <code>set</code> sets one of the triangle's points to that specified as\r
      * a parameter.\r
      * @param i the index to place the point.\r
      */\r
@@ -179,7 +179,7 @@ public class Triangle extends AbstractTriangle implements Savable, java.io.Seria
     }\r
 \r
     /**\r
-     * calculateCenter finds the average point of the triangle. \r
+     * calculateNormal generates the normal for this triangle\r
      *\r
      */\r
     public void calculateNormal() {\r