comparison Framework/Toolbox/Extent2D.h @ 168:62964bfbbc00 wasm

Extent2D::Contains
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Mar 2018 11:21:12 +0100
parents 4f661e2f7b6c
children b70e9be013e4
comparison
equal deleted inserted replaced
167:0ee144f8f75a 168:62964bfbbc00
89 89
90 double GetCenterY() const 90 double GetCenterY() const
91 { 91 {
92 return (y1_ + y2_) / 2.0; 92 return (y1_ + y2_) / 2.0;
93 } 93 }
94
95 bool Contains(double x,
96 double y) const;
94 }; 97 };
95 } 98 }