Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IFlameVariation.cs
3
5{
10 {
14 void Initialize(double[] HomogeneousTransform, double VariationWeight);
15
19 void Operate(ref double x, ref double y);
20 }
21}
Basic interface for all types of elements.
Definition: IElement.cs:20
void Operate(ref double x, ref double y)
TODO
void Initialize(double[] HomogeneousTransform, double VariationWeight)
TODO
Base interface for lambda expressions.