get_theta_diff: Get angle of point 2 from point 1

Description Usage Arguments Value Examples

Description

Get angle of point 2 from point 1

Usage

1
get_theta_diff(pos1, pos2)

Arguments

pos1

The first position, numeric length 2

pos2

The second position, numeric length 2

Value

numeric

Examples

1
get_theta_diff(c(0, 0), c(1, 1))

alexwhan/guilloche documentation built on May 20, 2019, 2:20 p.m.