ekumenlabs / terminus

Library to create cities and terrains
Apache License 2.0
56 stars 29 forks source link

Make arc tests #241

Closed jazminlaila closed 7 years ago

jazminlaila commented 7 years ago

Many tests were added to arc_test.py. I also added two methods to arc class: counter_clockwise and from_points_in_circle. I modified _find_arc_intersection to consider arcs contained in the same circle, and modified includes_point too. To circle class I added from_points_and_radius method. To point class I added orthonormal_vector and mid_point methods.

jazminlaila commented 7 years ago

@basicNew , it is ready for another pass

jazminlaila commented 7 years ago

Ready for another pass @basicNew

basicNew commented 7 years ago

LGTM. Feel free to merge once the tests have passed in Travis