Join us for
RADAR: AI Edition

dagR (version 1.2.1)

inAngle: Calculate angle between two arcs.

Description

Another rather superfluous helper function, calculating the radian angle between two radian angles. Internally called by smoothArc.

Usage

inAngle(a, b)

Value

Numeric in range from -pi to pi.

Arguments

a

Radian angle 1.

b

Radian angle 2.

Author

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

See Also

smoothArc