Policy that reflects (folds) the value at both boundaries.
Values that exceed [min, max]are "bounced back" from the boundary. For example, with -90, 90: 91 -> 89, 180 -> 0, 270 -> -90.
| Name | Description |
|---|---|
operator() | Reflects v into the closed range [min, max]. |
| Name | Description |
|---|---|
max | The upper boundary of the reflection range |
min | The lower boundary of the reflection range |