Main Content
wrapTo2Pi
Wrap angle in radians to [0 2*pi]
Description
wraps angles in lambdaWrapped
= wrapTo2Pi(lambda
)lambda
, in radians, to the interval [0,
2*pi]
such that 0 maps to 0 and 2*pi
maps to
2*pi
. In general, positive multiples of
2*pi
map to 2*pi
and negative multiples of
2*pi
map to 0.