Angular Acceleration Magnitude (WDTM)

Returns the magnitude of the difference between the angular acceleration vectors of two coordinate system markers.

Format

WDTM (To Marker, From Marker, Reference Frame)

Arguments

 
To Marker
(Required) The coordinate system marker whose angular acceleration is being measured.
From Marker
(Optional) The coordinate system marker whose angular acceleration is subtracted off. If you don't specify this argument, it defaults to the global origin.
Reference Frame
(Optional) The coordinate system marker in which time-derivatives are calculated. If you don't specify this argument, it defaults to the ground reference frame.

Equation

Mathematically, WDTM is calculated as follows:
where:
is the angular velocity vector of the To Marker, T, with respect to the ground reference frame.
is the time-derivative of with respect to the Reference Frame, R.
is the angular velocity vector of the From Marker, F, with respect to the ground reference frame.
is the time-derivative of with respect to the Reference Frame, R.

Example

The following example returns the magnitude of the angular acceleration vector of marker_T, with respect to marker_F, as seen in the global coordinate system of marker_A and measured in the reference frame of marker_R:
WDTM(marker_T, marker_F)