Commit de03315f authored by Daniel Schramm's avatar Daniel Schramm
Browse files

Javadoc modified

parent 97d5bd26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -185,7 +185,7 @@ public class HumanFace implements MeshListener, Serializable {
    }
    
    /**
     * Reads feature points from a file with the given path.
     * Reads feature points from a file on the given path.
     * 
     * @param path Directory where the file is located
     * @param fileName Name of the file
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ import javax.vecmath.Point3d;
 * This visitor computes priorities of vertices of a mesh facet according to their absolute distance from
 * the given {@link PrioritySphere#sphereCenterPosition} point.
 * <ul>
 *   <li>1 is maximal priority; 0 is minimal priority</li>
 *   <li>The closer a vertex is to {@link PrioritySphere#sphereCenterPosition}, the higher its priority is.</li>
 *   <li>Vertices that are further than {@link PrioritySphere#sphereRadius} from {@link PrioritySphere#sphereCenterPosition}
 *       have priority equal to 0.</li>