compute_joint_angles: Compute Joint Angles from Rotation Frames

View source: R/compute_joint_angle.R

compute_joint_anglesR Documentation

Compute Joint Angles from Rotation Frames

Description

This function computes Euler angles from a series of 3x3 rotation matrices.

Usage

compute_joint_angles(rotation_frames)

Arguments

rotation_frames

A 3-dimensional array of size 3x3xN, where each 3x3 slice represents a rotation matrix.

Value

A matrix of size N x 3, where each row contains the Euler angles (in degrees) corresponding to a 3x3 rotation matrix.


Kneerav/biomechanics documentation built on March 30, 2025, 12:56 a.m.