unbleaklessness / robot-navigation

0 stars 0 forks source link

Implement discrete matrix #4

Open unbleaklessness opened 5 years ago

unbleaklessness commented 5 years ago

Program will have a set of points (x, y - floating point values). Some operations on this set should be done as if those points has integer valued components (drawing, removing duplicates), and some operations should be performed on floating valued points.

unbleaklessness commented 5 years ago

Related to #1.