toggle menu
alchemist
35.0.1
jvm
switch theme
search in API
alchemist-incarnation-biochemistry
/
it.unibo.alchemist.model.biochemistry.layers
/
BiomolGradientLayer
Biomol
Gradient
Layer
class
BiomolGradientLayer
<
P
:
Position2D
<
P
>
?
>
:
Layer
<
T
,
P
>
(
source
)
A
Layer
representing a linear distribution in space of a molecule.
Parameters
<P>
Position2D
type
Members
Constructors
Biomol
Gradient
Layer
Link copied to clipboard
constructor
(
directionX
:
Double
,
directionY
:
Double
,
unitVariation
:
Double
,
offset
:
Double
)
Initialize a gradient layer which grows in concentration proportionally in space.
constructor
(
direction
:
P
,
unitVariation
:
Double
,
offset
:
Double
)
Initialize a gradient layer which grows in concentration proportionally in space.
Properties
steep
Link copied to clipboard
val
steep
:
Double
Functions
get
Parameters
Link copied to clipboard
open
fun
getParameters
(
)
:
Array
<
Double
>
get
Value
Link copied to clipboard
open
fun
getValue
(
p
:
P
)
:
Double
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String