yeah in computer if you have a square (10x10) it be like this
NPC Code:
0,0________
| |
| |
| |
| |
---------------10,10
b/c everything starts in top left corner and ends in 0 + width/height
whatever ;D
(unless u have like a negative value for width/height and it inverts.. if u can even do that)