Changeset 3912
- Timestamp:
- Nov 16, 2009, 2:14:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/triangle.c
r3909 r3912 226 226 v1*=(float)th; v2*=(float)th; v3*=(float)th; 227 227 228 float x = (float) x1, y = (float) y1;228 int x, y; 229 229 float y2y1 = y2-y1; 230 230 float y3y1 = y3-y1;
Note: See TracChangeset
for help on using the changeset viewer.