StepLayer

constructor(mx: Double, my: Double, maxValue: T, minValue: T)(source)

Initialize a StepLayer.

Parameters

mx

the x value above which the concentration in layer is at its maximum value

my

the y value above which the concentration in layer is at its maximum value

minValue

the low value of concentration.

maxValue

the high value of concentration.


constructor(maxValue: T, minValue: T)(source)

Initialize a StepLayer where concentration is at its maximum value in first quadrant (for positive values of x and y).

Parameters

maxValue

minValue the low value of concentration.

minValue

maxValue the high value of concentration.