Acceleration functions calculate the relative translational and angular acceleration between the specified markers.
Figure 3.111: Acceleration functions
| Functions | Description | |
| ACCM(E1,{E2}) | Definition | The magnitude of the relative acceleration between markers. |
| Input (E1,E2) | E1 and E2 are the names or argument ids of action and base markers. | |
| Return Value |
The magnitude of the vector is returned. | |
| Example | ACCM(#1), ACCM(#1,#2) | |
| ACCX(E1,{E2},{E3}) | Definition | The x component of the relative acceleration between markers. |
| Input (E1,E2, E3) | E1, E2 and E3 are the names or argument ids of action, base and reference markers. | |
| Return Value |
The x component of the vector is returned. | |
| Example | ACCX(#1), ACCX(#1,#2), ACCX(#1,#2,#2), ACCX(#1,#2,#3) | |
| ACCY(E1,{E2},{E3}) | Definition | The y component of the relative acceleration between markers. |
| Input (E1,E2, E3) | E1, E2 and E3 are the names or argument ids of action, base and reference markers. | |
| Return Value |
The y component of the vector is returned. | |
| Example | ACCY(#1), ACCY(#1,#2), ACCY(#1,#2,#2), ACCY(#1,#2,#3) | |
| ACCZ(E1,{E2},{E3}) | Definition | The z component of the relative acceleration between markers. |
| Input (E1,E2, E3) | E1, E2 and E3 are the names or argument ids of action, base and reference markers. | |
| Return Value |
The z component of the vector is returned. | |
| Example | ACCZ(#1), ACCZ(#1,#2), ACCZ(#1,#2,#2), ACCZ(#1,#2,#3) | |
| WDTM(E1,{E2}) | Definition | The magnitude of the relative angular acceleration between markers. |
| Input (E1,E2) | E1 and E2 are the names or argument ids of action and base markers. | |
| Return Value |
The magnitude of the vector is returned. | |
| Example | WDTM(#1), WDTM(#1,#2) | |
| WDTX(E1,{E2},{E3}) | Definition | The x component of the relative angular acceleration between markers. |
| Input (E1,E2, E3) | E1, E2 and E3 are the names or argument ids of action, base and reference markers. | |
| Return Value |
The x component of the vector is returned. | |
| Example | WDTX(#1), WDTX(#1,#2), WDTX(#1,#2,#2), WDTX(#1,#2,#3) | |
| WDTY(E1,{E2},{E3}) | Definition | The y component of the relative angular acceleration between markers. |
| Input (E1,E2, E3) | E1, E2 and E3 are the names or argument ids of action, base and reference markers. | |
| Return Value |
The y component of the vector is returned. | |
| Example | WDTY(#1), WDTY(#1,#2), WDTY(#1,#2,#2), WDTY(#1,#2,#3) | |
| WDTZ(E1,{E2},{E3}) | Definition | The z component of the relative angular acceleration between markers. |
| Input (E1,E2, E3) | E1, E2 and E3 are the names or argument ids of action, base and reference markers. | |
| Return Value |
The z component of the vector is returned. | |
| Example | WDTZ(#1), WDTZ(#1,#2), WDTZ(#1,#2,#2), WDTZ(#1,#2,#3) | |