[Bprocessor-commit] gl/src/net/sourceforge/bprocessor/gl/model Intersection.java, 1.7, 1.8
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2010-02-12 11:44:33
|
Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/model In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27987/src/net/sourceforge/bprocessor/gl/model Modified Files: Intersection.java Log Message: Index: Intersection.java =================================================================== RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/model/Intersection.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Intersection.java 9 Sep 2009 10:31:04 -0000 1.7 --- Intersection.java 12 Feb 2010 11:44:24 -0000 1.8 *************** *** 162,170 **** return vertex.equalEps(other.vertex()); } - - /** - * Round it - */ - public void roundIt() { - } } --- 162,164 ---- |