comparison OrthancStone/Sources/Toolbox/Extent2D.cpp @ 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
comparison
equal deleted inserted replaced
1609:5f5c549499ff 1610:b7630b1a0253
48 std::swap(y1_, y2_); 48 std::swap(y1_, y2_);
49 } 49 }
50 } 50 }
51 51
52 52
53 void Extent2D::Reset() 53 void Extent2D::Clear()
54 { 54 {
55 empty_ = true; 55 empty_ = true;
56 x1_ = 0; 56 x1_ = 0;
57 y1_ = 0; 57 y1_ = 0;
58 x2_ = 0; 58 x2_ = 0;