rodrigues_rotation: Calculate Rodrigues rotation matrix

View source: R/rodrigues_rotation.R

rodrigues_rotationR Documentation

Calculate Rodrigues rotation matrix

Description

Calculate Rodrigues rotation matrix

Usage

rodrigues_rotation(v_zero, v_axis, verbose = FALSE)

Arguments

v_zero

Numeric vector of axis to zero

v_axis

Numeric vector of axis to rotate about

verbose

Logical indicating whether to print message about rotation angle

Value

Matrix of Rodrigues rotation parameters


Middleton-Lab/KinematicAnalysis documentation built on March 27, 2022, 7:36 a.m.