INTEGRATION: CWS aw051 (1.12.64); FILE MERGED

2007/06/15 13:29:00 aw 1.12.64.1: #i77162# 3rd round of adaptions to B2DPolygon bezier handling
This commit is contained in:
Oliver Bolte 2007-07-18 10:04:50 +00:00
parent 802cc3ebd7
commit 50d08ec1e7

View file

@ -4,9 +4,9 @@
*
* $RCSfile: b3dtuple.hxx,v $
*
* $Revision: 1.12 $
* $Revision: 1.13 $
*
* last change: $Author: rt $ $Date: 2005-09-07 20:36:50 $
* last change: $Author: obo $ $Date: 2007-07-18 11:04:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -197,14 +197,6 @@ namespace basegfx
::basegfx::fTools::equal(mfZ, rTup.mfZ));
}
bool equal(const B3DTuple& rTup, const double& rfSmallValue) const
{
return (
::basegfx::fTools::equal(mfX, rTup.mfX, rfSmallValue) &&
::basegfx::fTools::equal(mfY, rTup.mfY, rfSmallValue) &&
::basegfx::fTools::equal(mfZ, rTup.mfZ, rfSmallValue));
}
// operators
//////////////////////////////////////////////////////////////////////