Tachyon (current)  Current Main Branch
coordsys.h
Go to the documentation of this file.
1 /*
2  * coordsys.h - defines for coordinate system routines.
3  *
4  * (C) Copyright 1994-2022 John E. Stone
5  * SPDX-License-Identifier: BSD-3-Clause
6  *
7  * $Id: coordsys.h,v 1.4 2022/02/18 17:55:28 johns Exp $
8  *
9  */
10 
11 void xytopolar(flt, flt, flt, flt *, flt *);
12 void xyztocyl(vector, flt, flt *, flt *);
13 void xyztospr(vector, flt *, flt *);
void xyztospr(vector, flt *, flt *)
Definition: coordsys.c:42
void xytopolar(flt, flt, flt, flt *, flt *)
Definition: coordsys.c:20
double flt
generic floating point number, using double
Definition: tachyon.h:47
void xyztocyl(vector, flt, flt *, flt *)
Definition: coordsys.c:30