= Assign value to variable + Addition - Subtraction (Or denote negative value) * Multiplication / Division ; Comment Switch ( X ) { case [ Min, Max ] { ; will be executed if Min <= X <= Max. } case ] Min, Max [ { ; will be executed if Min < X < Max. } case ] Min, Max ] { ; will be executed if Min < X <= Max. } case [ Min, Max [ { ; will be executed if Min <= X < Max. } case [ Val ] { ; will be executed if X = Val. } else { ; optional else branch, will be executed if no other case matches. } } |
T = Loop Time at element (0..1) Input variable X = Plot Position X (meters) at Current Time Output variable Y = Plot Position Y (meters) at Current Time Output variable Z = Plot Position Z (meters) at Current Time Output variable B = Banking (radians) at Current Time Output variable VertRoll = Banking Type (set to 0 for horizontal roll, set to <>0 for vertical roll) Output variable |
Pi = 3.14159265358979323846 Eg = 9.81 (m/s) Earth Gravity |
|