diff options
Diffstat (limited to 'experimental/Intersection/CubicUtilities.cpp')
-rw-r--r-- | experimental/Intersection/CubicUtilities.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/experimental/Intersection/CubicUtilities.cpp b/experimental/Intersection/CubicUtilities.cpp index 0c7f2c1cb5..1c9b9e486c 100644 --- a/experimental/Intersection/CubicUtilities.cpp +++ b/experimental/Intersection/CubicUtilities.cpp @@ -325,4 +325,3 @@ void xy_at_t(const Cubic& cubic, double t, double& x, double& y) { y = xy.y; } } - |