| 15 |
|
|
| 16 |
|
#include "rtmath.h" |
| 17 |
|
#include "rtio.h" |
| 18 |
+ |
#include "paths.h" |
| 19 |
|
#include "resolu.h" |
| 20 |
|
#include "trans.h" |
| 21 |
|
#include "tmesh.h" |
| 658 |
|
bcoor[i][1] = vnlist[v2i[2]][i]; |
| 659 |
|
bcoor[i][2] = vnlist[v3i[2]][i]; |
| 660 |
|
} |
| 661 |
< |
put_baryc(&bvecs, bcoor, 3); |
| 661 |
> |
fput_baryc(&bvecs, bcoor, 3, stdout); |
| 662 |
|
} |
| 663 |
|
#ifdef TEXMAPS |
| 664 |
|
/* put out pattern (if any) */ |
| 672 |
|
bcoor[i][1] = vtlist[v2i[1]][i]; |
| 673 |
|
bcoor[i][2] = vtlist[v3i[1]][i]; |
| 674 |
|
} |
| 675 |
< |
put_baryc(&bvecs, bcoor, 2); |
| 675 |
> |
fput_baryc(&bvecs, bcoor, 2, stdout); |
| 676 |
|
} |
| 677 |
|
#endif |
| 678 |
|
/* put out (reversed) triangle */ |