ReC98/th01/math/area.hpp

5 lines
83 B
C++

template <class TX, class TY> struct area_t {
TX left, right;
TY top, bottom;
};