[Igarden-commit] Garden/source/PlanTool PlanGeometry.cpp, 1.9.2.2, 1.9.2.3
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-12-27 02:11:43
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3282 Modified Files: Tag: Release_branch_v1 PlanGeometry.cpp Log Message: FIx z axis on pixel to plan point Index: PlanGeometry.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/PlanGeometry.cpp,v retrieving revision 1.9.2.2 retrieving revision 1.9.2.3 diff -C2 -d -r1.9.2.2 -r1.9.2.3 *** PlanGeometry.cpp 29 Nov 2006 12:16:16 -0000 1.9.2.2 --- PlanGeometry.cpp 27 Dec 2006 02:11:41 -0000 1.9.2.3 *************** *** 249,253 **** destPoint.xOffset = objectX; destPoint.yOffset = objectY; ! destPoint.zOffset = objectZ; } // --------------------------------------------------------------------------- --- 249,253 ---- destPoint.xOffset = objectX; destPoint.yOffset = objectY; ! destPoint.zOffset = 0.0; } // --------------------------------------------------------------------------- |