vvvv like modi for the Map function
Namespace: VVVV.Utils.VMathAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
C# |
---|
public enum TMapMode |
Members
Member name | Value | Description | |
---|---|---|---|
Float | 0 | Maps the value continously | |
Clamp | 1 | Maps the value, but clamps it at the min/max borders of the output range | |
Wrap | 2 | Maps the value, but repeats it into the min/max range, like a modulo function |