Author: janehu Date: 2011-07-21 11:19:03 -0500 (Thu, 21 Jul 2011) New Revision: 5067 Modified: cgm/trunk/test/makept.cpp Log: minor change due to change in unite funtion operation order. Modified: cgm/trunk/test/makept.cpp =================================================================== --- cgm/trunk/test/makept.cpp 2011-07-21 16:18:05 UTC (rev 5066) +++ cgm/trunk/test/makept.cpp 2011-07-21 16:19:03 UTC (rev 5067) @@ -670,8 +670,8 @@ // ARC_CURVE_TYPE box = curve-> bounding_box(); - min.set(7.3329, 7.2333, 42.6377); - max.set(12.24717, 7.2927, 49.1317); + min.set(26.75282, 16.7499, 20.3036); + max.set(33.24717, 23.24399, 20.36297); assert(min.distance_between(box.minimum()) < 0.001 && max.distance_between(box.maximum()) < 0.001); // bounding box
participants (1)
-
jiangtao_ma@yahoo.com