Re: Radial Grid
Posted by jessica1 on Mar 27, 2009; 11:29pm
URL: http://imagej.273.s1.nabble.com/Radial-Grid-tp3693162p3693163.html
Hi again,
wayne kindly pointed out that it is possible to
"Just change this line
for(int i=0;(i*degrees)<96;i++)
in Radial_Grid.java to
for(int i=0;(i*degrees)<360;i++)
and recompile using Plugins>Compile and Run"
but I can't seem to figure out why it doesn't put a line at the starting position (and 180 degrees to that position) that it calculates all other angles from.
Thanks again,
Jessica