Lines and curves are working.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@79 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-07-30 17:52:59 +00:00
parent d40d948c78
commit 6f9b6c977d
4 changed files with 97 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ short Round_max(short Numerateur,short Diviseur);
short Round_div_max(short Numerateur,short Diviseur);
int Min(int A,int B);
int Max(int A,int B);
void Transformer_point(short X, short Y,
float cosA, float sinA, short * Xr, short * Yr);