/usr/include/tachyon/coordsys.h is in libtachyon-dev 0.99~b2+dfsg-0.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | /*
* coordsys.h - defines for coordinate system routines.
*
* $Id: coordsys.h,v 1.3 1998/05/27 16:32:08 johns Exp $
*/
void xytopolar(flt, flt, flt, flt *, flt *);
void xyztocyl(vector, flt, flt *, flt *);
void xyztospr(vector, flt *, flt *);
|