Description
EFit (v1)
Fits a value from one range to another
Takes the value num from the range (oldmin, oldmax) and shifts it to the corresponding value in the new range (newmin, newmax). Unlike fit, this function does not clamp values in the given range.
Information
| Module | GeometryCollectionNodes |
| Category | Math|Float |
| Type | FEFitDataflowNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Float | float | 0.000000 | |
| OldMin | float | 0.000000 | |
| OldMax | float | 1.000000 | |
| NewMin | float | 0.000000 | |
| NewMax | float | 1.000000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ReturnValue | float |