R/transform_utils.R
constrain_angles_radians.Rd
Wraps any numeric vector to the interval [0, 2π) using modulo arithmetic.
constrain_angles_radians(x)
Numeric vector of angles (radians).
Numeric vector of the same length, each element in [0, 2π).