FACT++  1.0
void palPcd ( double  disco,
double *  x,
double *  y 
)

Definition at line 98 of file palPcd.c.

Referenced by t_pcd().

98  {
99  double f;
100 
101  f = 1.0 + disco * ( (*x) * (*x) + (*y) * (*y) );
102  *x *= f;
103  *y *= f;
104 }

+ Here is the caller graph for this function: