Object | Coordinate system object to which the angular displacement is measured. |
Reference Frame | Coordinate system object from which the angular displacement is measured, using a y-axis rotation. |

is the z-axis of the Object, O.
is the z-axis of the Reference Frame, R.
is the x-axis of the Reference Frame, R.Function | AY(marker_O, marker_R) |
Result | 35 |
Note: | Because this function is independent of the rotation sequence, attempting y-axis and z-axis rotations in conjunction with it may return an output that doesn't make sense. |
Tip: | If you want to change the AY function so it does not account for angle wrapping, use the MOD function. For example, use the function: (MOD(AY(.model_1.PART_1.MAR_2, .model_1.ground.MAR_1)+PI,2*PI)-PI) The MOD function achieves the cyclic effect and the +PI and -PI shift the curve accordingly. |