vvvv like modi for the Map function

Namespace: VVVV.Utils.VMath
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public enum TMapMode

Members

Member nameValueDescription
Float0 Maps the value continously
Clamp1 Maps the value, but clamps it at the min/max borders of the output range
Wrap2 Maps the value, but repeats it into the min/max range, like a modulo function

See Also