LineSegment.zero constructor

LineSegment.zero()

Implementation

factory LineSegment.zero() => LineSegment(Vector2.zero(), Vector2.zero());