Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3783/src/net/sourceforge/bprocessor/model
Modified Files:
Edge.java
Log Message:
minor javadoc update
Index: Edge.java
===================================================================
RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Edge.java,v
retrieving revision 1.101
retrieving revision 1.102
diff -C2 -d -r1.101 -r1.102
*** Edge.java 13 Nov 2007 12:19:29 -0000 1.101
--- Edge.java 23 Nov 2007 10:27:12 -0000 1.102
***************
*** 904,913 ****
/**
! * Create a offset from a list of lines and a surface
! * PRECONDITION: all the edges have to be in the given surface and the edges
! * in the surface have to be counter clockwise drawn. If the edges are drawn clockwise
! * the offset will be negative outside and positive inside
* @param which The list of edges in inner that are going to be offset
! * @param inner The surface
* @param offset The offset negative inside and positive outside
* @return The generated list of Edges
--- 904,911 ----
/**
! * Create a offset from a list of lines and a coordinatesystem
! * PRECONDITION: all the edges have to be in the xy plane of the given coordinatesystem
* @param which The list of edges in inner that are going to be offset
! * @param inner The coordinatesystem
* @param offset The offset negative inside and positive outside
* @return The generated list of Edges
***************
*** 918,923 ****
/**
! * Create a offset from a list of lines and a surface
! * PRECONDITION: all the edges have to be in the given surface.
* @param which The list of edges in inner that are going to be offset
* @param inner The surface
--- 916,921 ----
/**
! * Create a offset from a list of lines and a coordinatesystem
! * PRECONDITION: all the edges have to be in the xy plane of the given coordinatesystem
* @param which The list of edges in inner that are going to be offset
* @param inner The surface
|