Line constructor

Line(
  1. Vec start,
  2. Vec end
)

Implementation

Line(this.start, this.end);