New Features!
- polygon.contains(point)
- edge.intersect(anotherEdge)
On Edge objects, you can:
- edge.angle_between(anotherEdge)
- edge.is_parallel(anotherEdge)
- edge.on_segment(point)
- edge.slope()
- edge.length()
- edge.vector()
On Point objects, you can:
- point.distance(anotherPoint)
- point.project(edge)
More methods are coming soon, and examples will also be updated soon.