93 [[nodiscard]]
double bottom()
const {
return m_bottom; }
99 [[nodiscard]]
double left()
const {
return m_left; }
105 [[nodiscard]]
double right()
const {
return m_right; }
111 [[nodiscard]]
double top()
const {
return m_top; }
117 [[nodiscard]]
double wHeight()
const {
return m_wHeight; }
123 [[nodiscard]]
double wWidth()
const {
return m_wWidth; }
146 double m_bottom {0.0};
148 double m_right {0.0};
150 double m_wHeight {qQNaN()};
151 double m_wWidth {qQNaN()};