ReC98/th01/math/area.hpp

4 lines
67 B
C++
Raw Normal View History

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