Scan Converting a Point
Scan Converting a Point
Each pixel on the graphics display does not represent a mathematical point. Instead, it means a region which theoretically can contain an infinite number of points. Scan-Converting a point involves illuminating the pixel that contains the point.Example: Display coordinates points
![Scan Converting a Point](https://static.javatpoint.com/tutorial/computer-graphics/images/scan-converting-a-point.png)
![Scan Converting a Point](https://static.javatpoint.com/tutorial/computer-graphics/images/scan-converting-a-point2.png)
Comments
Post a Comment