mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
8 lines
254 B
Markdown
8 lines
254 B
Markdown
# Scan Converting a Point
|
|
|
|
- There are 2 ways that is used to map a point to pixel coordinate
|
|
----
|
|
1. Take the interger part of the point coordinate and use it in pixel coordinate
|
|
2. Sum up with 0.5 and take the integet part of the point coordinate
|
|
|