Resets the desired components of the input transform to their default values. If all components are reset, the output will be set to the identity transform. Shear is represented jointly by rotation and scale, so resetting both will also remove any shear.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Content | Primary Input | Table<Color>Table<GradientStops>Table<Graphic>Table<Raster>Table<Vector> |
| Reset Translation | Default: | bool |
| Reset Rotation | Default: | bool |
| Reset Scale | Default: | bool |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Table<Graphic>Table<Vector>Table<Raster>Table<Color>Table<GradientStops> |