Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4356/src/net/sourceforge/bprocessor/model
Modified Files:
Command.java
Log Message:
new space-select tool
Index: Command.java
===================================================================
RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Command.java,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** Command.java 3 Nov 2008 14:26:18 -0000 1.76
--- Command.java 19 Jun 2009 13:32:25 -0000 1.77
***************
*** 30,34 ****
parameters = new ParameterBlock();
}
!
/** {@inheritDoc} */
public List<Attribute> getAttributes() {
--- 30,34 ----
parameters = new ParameterBlock();
}
!
/** {@inheritDoc} */
[...3160 lines suppressed...]
center.x = (xmin.x + xmax.x) / 2;
--- 3019,3023 ----
v2 = zmax;
}
!
center = v1.add(v2).scale(0.5);
center.x = (xmin.x + xmax.x) / 2;
***************
*** 2935,2939 ****
center.z = (zmin.z + zmax.z) / 2;
radius = dia / 2;
!
for (Vertex current : vertices) {
Vertex d = current.minus(center);
--- 3025,3029 ----
center.z = (zmin.z + zmax.z) / 2;
radius = dia / 2;
!
for (Vertex current : vertices) {
Vertex d = current.minus(center);
|