LineSegment.fromSegment constructor

LineSegment.fromSegment(
  1. LineSegment ls
)

Implementation

LineSegment.fromSegment(LineSegment ls) : this.fromCoordinates(ls.p0, ls.p1);