protected override StripResult CreateStrip(ScanLine previous, ScanLine current) { ScanLine interpolated = new ScanLine(current.LaserID, current.GetYInterpolated(previous)); return(new StripResult(previous, interpolated)); }
protected override StripResult CreateStrip(ScanLine previous, ScanLine current) { ScanLine interpolated = new ScanLine(current.LaserID, current.GetYInterpolated(previous)); return new StripResult(previous, interpolated); }