diff OrthancStone/Sources/Toolbox/Extent2D.h @ 1610:b7630b1a0253

ISceneLayer::GetBoundingBox() returns void
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2020 17:13:13 +0100
parents 8563ea5d8ae4
children 9ac2a65d4172
line wrap: on
line diff
--- a/OrthancStone/Sources/Toolbox/Extent2D.h	Thu Oct 29 17:01:29 2020 +0100
+++ b/OrthancStone/Sources/Toolbox/Extent2D.h	Thu Oct 29 17:13:13 2020 +0100
@@ -36,7 +36,7 @@
   public:
     Extent2D()
     {
-      Reset();
+      Clear();
     }
 
     Extent2D(double x1,
@@ -44,7 +44,7 @@
              double x2,
              double y2);
 
-    void Reset();
+    void Clear();
 
     void AddPoint(double x,
                   double y);