Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30596/src/net/sourceforge/bprocessor/gl/tool
Modified Files:
ClipplaneTool.java
Log Message:
Made Plane and coordinatesystem extend constructor, and created Point and Line. Made some adjustments to the existing files that uses Plane allready...
Index: ClipplaneTool.java
===================================================================
RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool/ClipplaneTool.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ClipplaneTool.java 16 Jun 2006 09:56:51 -0000 1.8
--- ClipplaneTool.java 4 Jul 2006 09:37:00 -0000 1.9
***************
*** 49,53 ****
Vertex i = system.getI();
Vertex j = system.getJ();
! Vertex o = system.origin();
boolean front = glv.getView().facingFront(system);
if (front) {
--- 49,53 ----
Vertex i = system.getI();
Vertex j = system.getJ();
! Vertex o = system.getOrigin();
boolean front = glv.getView().facingFront(system);
if (front) {
|