Nodes > Functions > Coords > Scale Coords
Scales coordinates around a center point.
Inputs
Name | Type | Description |
---|---|---|
Coords | float | Input coordinates to be scaled |
Scale | float | Horizontal and vertical scaling to apply to coordinates |
Center | float | Center point that coordinates will be scaled around |
Outputs
Name | Type | Description |
---|---|---|
Coords | float | Coordinates after scaling has been applied |
Was this page helpful?