annotate SwordLogInterp/arcsin~.pd @ 268:333d4defb767

Work done: Calculate the propeller azimuth in relation to the direction of flight Calculate the angle between the propeller in flight and the observer, stationary at the origin Calculate the correct value of pan, stipulating that the observer is at the origin facing in the positive x direction, or North.
author Rod Selfridge <r.selfridge@qmul.ac.uk>
date Sat, 28 Jan 2017 15:46:50 +0000
parents 8fae36f1df0b
children
rev   line source
r@194 1 #N canvas 549 79 369 390 10;
r@194 2 #X obj 178 28 inlet~;
r@194 3 #X obj 163 67 *~;
r@194 4 #X obj 116 67 sig~ 1;
r@194 5 #X obj 148 95 -~;
r@194 6 #X obj 220 307 outlet~;
r@194 7 #X obj 148 119 sqrt~;
r@194 8 #X obj 133 144 -~;
r@194 9 #X obj 220 168 /~;
r@194 10 #X obj 220 193 atan~;
r@194 11 #X obj 220 218 *~ 2;
r@194 12 #X obj 220 241 *~ 360;
r@194 13 #X obj 220 262 /~ 3.14159;
r@194 14 #X obj 220 283 /~ 2;
r@194 15 #X connect 0 0 1 1;
r@194 16 #X connect 0 0 1 0;
r@194 17 #X connect 0 0 7 1;
r@194 18 #X connect 1 0 3 1;
r@194 19 #X connect 2 0 3 0;
r@194 20 #X connect 2 0 6 0;
r@194 21 #X connect 3 0 5 0;
r@194 22 #X connect 5 0 6 1;
r@194 23 #X connect 6 0 7 0;
r@194 24 #X connect 7 0 8 0;
r@194 25 #X connect 8 0 9 0;
r@194 26 #X connect 9 0 10 0;
r@194 27 #X connect 10 0 11 0;
r@194 28 #X connect 11 0 12 0;
r@194 29 #X connect 12 0 4 0;