comparison Framework/Toolbox/Extent2D.cpp @ 113:2eca030792aa wasm

using the Orthanc Framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Sep 2017 15:32:32 +0200
parents 7665ccbf33db
children e2fe9352f240
comparison
equal deleted inserted replaced
112:948f86e61e83 113:2eca030792aa
21 21
22 #include "Extent2D.h" 22 #include "Extent2D.h"
23 23
24 #include <algorithm> 24 #include <algorithm>
25 #include <cassert> 25 #include <cassert>
26 #include <limits>
26 27
27 namespace OrthancStone 28 namespace OrthancStone
28 { 29 {
29 Extent2D::Extent2D(double x1, 30 Extent2D::Extent2D(double x1,
30 double y1, 31 double y1,