Line constructor

Line(
  1. PointD source,
  2. PointD target
)

Implementation

Line(this.source, this.target);