[Bprocessor-commit] model/src/net/sourceforge/bprocessor/model Edge.java, 1.56, 1.57
Status: Pre-Alpha
Brought to you by:
henryml
From: Nordholt <nor...@us...> - 2006-09-07 15:50:54
|
Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21890/src/net/sourceforge/bprocessor/model Modified Files: Edge.java Log Message: Correction of documentaiton (offset returns edges, not lines) Index: Edge.java =================================================================== RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Edge.java,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** Edge.java 5 Sep 2006 11:01:36 -0000 1.56 --- Edge.java 7 Sep 2006 15:50:51 -0000 1.57 *************** *** 550,554 **** * @param inner The surface * @param offset The offset negative inside and positive outside ! * @return The generated list of lines */ public static List offset(List which, Surface inner, double offset) { --- 550,554 ---- * @param inner The surface * @param offset The offset negative inside and positive outside ! * @return The generated list of Edges */ public static List offset(List which, Surface inner, double offset) { |