Class SmoothCeilingDensity
Soft upper cap: smooth minimum of the input node with a limit.
public sealed class SmoothCeilingDensity : Density
- Inheritance
-
SmoothCeilingDensity
- Inherited Members
Constructors
SmoothCeilingDensity(double, double, Density?)
public SmoothCeilingDensity(double limit, double smoothRange, Density? input)
Parameters
Methods
Process(Context)
public override double Process(Density.Context context)
Parameters
Returns
SetInputs(Density[])
Wire this node's inputs (no-op for leaf nodes).
public override void SetInputs(Density[] inputs)
Parameters
inputsDensity[]