Closed willcohen closed 5 years ago
LineSegment was already being imported and used in in the jts namespace, but there wasn't a constructor function for it yet. Some of the JTS algorithms take LineSegments as arguments, so it's helpful to be able to make them directly.
LineSegment
jts
Build failures appear to be a travis problem and should be addressed by #57.
Looks great @willcohen . I merged #57 so unfortunately looks like you need to resolve a conflict in CHANGELOG.md
CHANGELOG.md
LineSegment
was already being imported and used in in thejts
namespace, but there wasn't a constructor function for it yet. Some of the JTS algorithms takeLineSegment
s as arguments, so it's helpful to be able to make them directly.