I have this code:
int x,y;
long a=0,b=0,dx=0,dy=0;
dx=x1-x0;
dy=y1-y0;
a=dy/dx;
b=y0-a*x0;
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
Search:Type: Posts; User: spikeyz Search: Search took 0.00 seconds.
Results 1 to 1 of 1
|
Click Here to Expand Forum to Full Width |