Line constructor

Line(
  1. Vec2 p1,
  2. Vec2 p2
)

Implementation

Line(Vec2 p1, this.p2) : super(p1);