View source: R/compute_rotation_between_frames.R
compute_rotation_between_frames | R Documentation |
This function calculates the rotation matrix between corresponding frames in two 3D arrays.
compute_rotation_between_frames(parent, child)
parent |
A 3-dimensional array where each slice represents a frame of rotation matrices. |
child |
A 3-dimensional array of the same dimensions as 'parent', representing another set of rotation matrices. |
A 3-dimensional array of the same dimensions as 'parent' and 'child', where each slice represents the rotation matrix between corresponding frames.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.