ProgramMax / max

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

Add MakeRectangle #194

Closed ProgramMax closed 1 year ago

ProgramMax commented 1 year ago

Currently, creating a rectangle also requires creating a CartesianPoint of dimension 2. It becomes unweildly.

This commit adds a MakeRectangle function which simplifies the usage of Rectangle.