PolarCoord
in lDescartesIntoPolar.h
typedef struct
PolarCoord
{
double r;
double theta;
double phi;
} PolarCoord;