From a96d7ce3904f4dfd08d47170e926b15b5f7dae3d Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 17:40:34 +0100 Subject: Remove visual noise from basegfx Change-Id: I9a28405ab92605203ec380f89f5aee91f042d91a --- basegfx/source/curve/b2dbeziertools.cxx | 2 +- basegfx/source/curve/b2dcubicbezier.cxx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'basegfx/source/curve') diff --git a/basegfx/source/curve/b2dbeziertools.cxx b/basegfx/source/curve/b2dbeziertools.cxx index 153b3c702cf3..e7d77ce89c0f 100644 --- a/basegfx/source/curve/b2dbeziertools.cxx +++ b/basegfx/source/curve/b2dbeziertools.cxx @@ -21,7 +21,7 @@ #include #include -////////////////////////////////////////////////////////////////////////////// + namespace basegfx { diff --git a/basegfx/source/curve/b2dcubicbezier.cxx b/basegfx/source/curve/b2dcubicbezier.cxx index 8ab5e2d7dca0..6533752fa38b 100644 --- a/basegfx/source/curve/b2dcubicbezier.cxx +++ b/basegfx/source/curve/b2dcubicbezier.cxx @@ -30,7 +30,7 @@ static double fMultFactUnsharpen = FACTOR_FOR_UNSHARPEN; #endif -////////////////////////////////////////////////////////////////////////////// + namespace basegfx { @@ -268,10 +268,10 @@ namespace basegfx // Perform bezier flatness test (lecture notes from R. Schaback, // Mathematics of Computer-Aided Design, Uni Goettingen, 2000) - // + // ||P(t) - L(t)|| <= max ||b_j - b_0 - j/n(b_n - b_0)|| // 0<=j<=n - // + // What is calculated here is an upper bound to the distance from // a line through b_0 and b_3 (rfPA and P4 in our notation) and the // curve. We can drop 0 and n from the running indices, since the @@ -323,7 +323,7 @@ namespace basegfx } // end of anonymous namespace } // end of namespace basegfx -////////////////////////////////////////////////////////////////////////////// + namespace basegfx { -- cgit