ProgramMax / max

max is a tool belt for C++
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add Point and Rectangle #178

Closed ProgramMax closed 2 years ago

ProgramMax commented 2 years ago

maxGUI needs a good way to represent a point and a rectangle. This commit adds generic classes for those concepts.