| # | Line 23 | Line 23 | VIEW *v, | |
|---|---|---|
| 23 | double dia | |
| 24 | ) | |
| 25 | { | |
| 26 | < | double vc, df[2]; |
| 26 | > | RREAL df[2]; |
| 27 | > | double vc; |
| 28 | int i; | |
| 29 | /* are we even needed? */ | |
| 30 | if (dia <= FTINY) | |
| 31 | return(1); | |
| 32 | /* get random point on disk */ | |
| 33 | < | SDsquare2disk(df, frandom(), frandom()); |
| 33 | > | square2disk(df, frandom(), frandom()); |
| 34 | df[0] *= .5*dia; | |
| 35 | df[1] *= .5*dia; | |
| 36 | if ((v->type == VT_PER) | (v->type == VT_PAR)) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |