| Table of Contents | Chapter Index | Previous Slide | Next Slide | 300 |
url "javascript:
function set_fraction( f, tm ) {
ang = (f * 360)*cycles/180*3.1415;
position_changed[0] = f;
position_changed[1] = Math.sin( ang );
position_changed[2] = 0.0;
}"