The infamous Map function of vvvv for 3d-vectors and value range bounds
Namespace: VVVV.Utils.VMathAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
C# |
---|
public static Vector3D Map( Vector3D Input, double InMin, double InMax, double OutMin, double OutMax, TMapMode mode ) |
Parameters
- Input
- Type: VVVV.Utils.VMath..::..Vector3D
Input value to convert
- InMin
- Type: System..::..Double
Minimum of input value range
- InMax
- Type: System..::..Double
Maximum of input value range
- OutMin
- Type: System..::..Double
Minimum of destination value range
- OutMax
- Type: System..::..Double
Maximum of destination value range
- mode
- Type: VVVV.Utils.VMath..::..TMapMode
Defines the behavior of the function if the input value exceeds the destination range TMapMode