MathfWrap Method |
| Name | Description | |
|---|---|---|
| Wrap(Int32, Int32, Int32) |
Wraps `value` between `min` and `max`. Usable for creating loop-alike
behavior or infinite surfaces. If `min` is `0`, this is equivalent
to PosMod(Int32, Int32), so prefer using that instead.
| |
| Wrap(Single, Single, Single) |
Wraps `value` between `min` and `max`. Usable for creating loop-alike
behavior or infinite surfaces. If `min` is `0`, this is equivalent
to PosMod(Single, Single), so prefer using that instead.
|