Method InverseTransformScale
InverseTransformScale(float)
Transforms a scale by the inverse of this transform.
Declaration
public float InverseTransformScale(float scale)
Parameters
| Type | Name | Description | 
|---|---|---|
| float | scale | The scale to be transformed.  | 
    
Returns
| Type | Description | 
|---|---|
| float | The scale after transformation.  | 
    
Remarks
Throws if the Scale field is zero.