Method recip
recip(float)
Declaration
public static float recip(float value)
Parameters
| Type | Name | Description |
|---|---|---|
| float | value |
Returns
| Type | Description |
|---|---|
| float |
recip(float3)
Declaration
public static float3 recip(float3 v)
Parameters
| Type | Name | Description |
|---|---|---|
| float3 | v |
Returns
| Type | Description |
|---|---|
| float3 |