[Bprocessor-commit] gl/src/net/sourceforge/bprocessor/gl/model Intersection.java, 1.6, 1.7
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2009-09-09 10:31:12
|
Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/model In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11582/src/net/sourceforge/bprocessor/gl/model Modified Files: Intersection.java Log Message: Grid drawing changed Index: Intersection.java =================================================================== RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/model/Intersection.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Intersection.java 26 Jun 2007 00:42:17 -0000 1.6 --- Intersection.java 9 Sep 2009 10:31:04 -0000 1.7 *************** *** 162,164 **** --- 162,170 ---- return vertex.equalEps(other.vertex()); } + + /** + * Round it + */ + public void roundIt() { + } } |