Пример #1
0
        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);
		}