Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IFlameVariation.cs
1
using
Waher.Script.Abstraction.Elements
;
2
using
Waher.Script.Model
;
3
4
namespace
Waher.Script.Fractals.IFS
5
{
9
public
interface
IFlameVariation
:
ILambdaExpression
,
IElement
10
{
14
void
Initialize
(
double
[] HomogeneousTransform,
double
VariationWeight);
15
19
void
Operate
(ref
double
x, ref
double
y);
20
}
21
}
Waher.Script.Abstraction.Elements.IElement
Basic interface for all types of elements.
Definition:
IElement.cs:20
Waher.Script.Fractals.IFS.IFlameVariation
TODO
Definition:
IFlameVariation.cs:10
Waher.Script.Fractals.IFS.IFlameVariation.Operate
void Operate(ref double x, ref double y)
TODO
Waher.Script.Fractals.IFS.IFlameVariation.Initialize
void Initialize(double[] HomogeneousTransform, double VariationWeight)
TODO
Waher.Script.Model.ILambdaExpression
Base interface for lambda expressions.
Definition:
ILambdaExpression.cs:11
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:5
Waher.Script.Fractals.IFS
Definition:
EstimateFlameSize.cs:12
Waher.Script.Model
Definition:
BinaryBooleanOperator.cs:8
IoTGateway
Script
Waher.Script.Fractals
IFS
IFlameVariation.cs
Generated by
1.9.5