Click or drag to resize

MathfWrap Method

Overload List
  NameDescription
Public methodStatic memberWrap(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.
Public methodStatic memberWrap(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.
Top
See Also