BiomolGradientLayer

class BiomolGradientLayer<P : Position2D<P>?> : Layer<T, P>

A Layer representing a linear distribution in space of a molecule.

Parameters

<P>

Constructors

Link copied to clipboard
open fun BiomolGradientLayer(    directionX: Double,     directionY: Double,     unitVariation: Double,     offset: Double)
Initialize a gradient layer which grows in concentration proportionally in space.
Link copied to clipboard
open fun BiomolGradientLayer(    direction: P,     unitVariation: Double,     offset: Double)
Initialize a gradient layer which grows in concentration proportionally in space.

Functions

Link copied to clipboard
open fun getParameters(): Array<Double>
Link copied to clipboard
open fun getValue(p: P): Double
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
val steep: Double