SnapLine constructor

const SnapLine(
  1. SnapKind kind,
  2. SnapAxis axis,
  3. Rect2D extentWorld
)

Implementation

const SnapLine(this.kind, this.axis, this.extentWorld);