Class WyvillFalloff
returns 1 in range [0,ConstantRange], and then falls off to 0 in range [ConstantRange,1]
Implements
Inherited Members
Namespace: gs
Assembly: cs.temp.dll.dll
Syntax
public class WyvillFalloff : IFalloffFunction
Fields
ConstantRange
Declaration
public double ConstantRange
Field Value
Type | Description |
---|---|
Double |
Methods
Duplicate()
Declaration
public IFalloffFunction Duplicate()
Returns
Type | Description |
---|---|
IFalloffFunction |
FalloffT(Double)
Declaration
public double FalloffT(double t)
Parameters
Type | Name | Description |
---|---|---|
Double | t |
Returns
Type | Description |
---|---|
Double |