[Bprocessor-commit] model/src/net/sourceforge/bprocessor/model CoordinateSystem.java, 1.17, 1.18
Status: Pre-Alpha
Brought to you by:
henryml
From: Nordholt <nor...@us...> - 2006-07-24 12:06:13
|
Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27435 Modified Files: CoordinateSystem.java Log Message: fixing coordinatesystem constructor Index: CoordinateSystem.java =================================================================== RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/CoordinateSystem.java,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** CoordinateSystem.java 23 Jul 2006 09:17:36 -0000 1.17 --- CoordinateSystem.java 24 Jul 2006 12:06:09 -0000 1.18 *************** *** 51,56 **** n.normalize(); this.i = i; ! this.j = n.cross(this.i); ! this.n = this.i.cross(this.j); onlyPlane = false; } --- 51,56 ---- n.normalize(); this.i = i; ! this.j = j; ! this.n = n; onlyPlane = false; } |