2009-04-13, 04:50 AM
<vector name="origin" x="16" y="34"/>
<vector name="lt" x="-16" y="-34"/>
<vector name="rb" x="19" y="0"/>
lt is left, top.
rb is right, bottom.
Origin is the 'Cartesian' coordinate (0, 0), though the y axis is inverted.
x is horizontal.
y is vertical.
Negative is left and up.
Positive is right and down.
<vector name="lt" x="-16" y="-34"/>
<vector name="rb" x="19" y="0"/>
lt is left, top.
rb is right, bottom.
Origin is the 'Cartesian' coordinate (0, 0), though the y axis is inverted.
x is horizontal.
y is vertical.
Negative is left and up.
Positive is right and down.

