vector.to.angles.list: This function generates list of angles.

Description Usage Arguments Value Examples

Description

Angles are calculated on the plane between vectors v1=(f2-f1) and v2=(f2-f3).

Usage

1
vector.to.angles.list(dataToCalculate, f1, f2, f3)

Arguments

dataToCalculate

data frame with motion capture data.

f1

name of the first joint.

f2

name of the second joint.

f3

name of the third joint.

Value

list of angles (in radians) defined as above.

Examples

1
2
data("heian.yondan")
vector.to.angles.list(heian.yondan[1:3,], "RightShoulder", "RightArm", "RightForearm")

browarsoftware/RMoCap documentation built on May 16, 2019, 7:28 a.m.