Introduction - If you have any usage issues, please Google them yourself
1, write the function LineDDA (), arbitrary slope of the line scan conversion algorithm to DDA algorithm
2, write the function LineBre (), to achieve any slope slope of the line scan conversion algorithm to improve the Bresenhan algorithm
3, write functions LineMidPointBre (), arbitrary slope of the line scan conversion algorithm midpoint Bresenhan algorithms.