Method TransformScale
TransformScale(float)
Transforms a scale by this transform.
Declaration
public float TransformScale(float scale)
Parameters
Type | Name | Description |
---|---|---|
float | scale | The scale to be transformed. |
Returns
Type | Description |
---|---|
float | The scale after transformation. |