CommonWealthRobotics / BowlerStudio

A Full-Stack Robotics Development Environment
GNU Lesser General Public License v3.0
129 stars 29 forks source link

Enforce standard wrt XMax vs MaxX #320

Open JansenSmith opened 1 year ago

JansenSmith commented 1 year ago

optimally, have obj.getMaxX() and obj.getXMax() just reference each other and be interchangeable, as well as obj.toXMin() and obj.toMinX()

JansenSmith commented 1 year ago

methods to address (for X,Y,Z): obj.toXMin() obj.toXMax() obj.getMaxX() obj.getMinX()