marc nin
unread,Dec 23, 2011, 6:10:56 AM12/23/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi huys. Someone knows how to get a 2 bytes precision angle ? With
bios function i only get an 8 bit and i need more precision . Example:
i have a line with run a and rise b and then get angle 1, and i want
to clone this line exactly with the same angle. Problem is that with 8
bits information that provide Rise_Run_Angle, i cant get it
Example:
line (0,0) to (100,50), i want to clone this same line in (0,10) and
the same angle . Ok this case it works..but now:
the same line in (0,0) to (103,50)...and i want the same line in
(0,10) with the same angle. This i cant get it and this is i want .
Some one can help me?