Lib.numbers.vec2.RemapVec2 - tixl3d/tixl GitHub Wiki
Remaps an incoming Vec2 from one value range to another. This can be useful for conforming vectors to a range or for inverting components.
| Name (Relevancy & Type) | Description |
|---|---|
| Value (Vector2) | - |
| RangeInMin (Vector2) | - |
| RangeInMax (Vector2) | - |
| RangeOutMin (Vector2) | - |
| RangeOutMax (Vector2) | - |
| Mode (Int32) | - |
| Name | Type |
|---|---|
| Result | System.Numerics.Vector2 |
⚠ Everything else is automatically generated and will be overwritten regularly.