addAngle: Sum up two radian angles.

View source: R/addAngle.R

addAngleR Documentation

Sum up two radian angles.

Description

Adds two radian angles together and applies modulus 2*pi. This is internally called by smoothArc, though hardly needed.

Usage

addAngle(a, b)

Arguments

a

Angle 1 in radian.

b

Angle 2 in radian.

Value

numeric value [0, 2*pi).

Author(s)

Lutz P Breitling <l.breitling@posteo.de>

See Also

smoothArc


dagR documentation built on Oct. 9, 2022, 5:06 p.m.