Interface IFalloffFunction
Namespace: gs
Assembly: cs.temp.dll.dll
Syntax
public interface IFalloffFunction
Methods
Duplicate()
In most cases, users of IFalloffFunction will make a local copy
Declaration
IFalloffFunction Duplicate()
Returns
| Type | Description |
|---|---|
| IFalloffFunction |
FalloffT(Double)
t is value in range [0,1], returns value in range [0,1]
Declaration
double FalloffT(double t)
Parameters
| Type | Name | Description |
|---|---|---|
| Double | t |
Returns
| Type | Description |
|---|---|
| Double |