Extracts the scale component from the input transform. Magnitude returns the visual length of each axis (always positive, includes any skew contribution). Pure returns the isolated scale factors with rotation and skew stripped away (can be negative for flipped axes).
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Transform | Primary Input | Transform |
| Scale Type | Default: | ScaleType |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Vec2 |