Core Function Gauss
From Sputnik Wiki
Gauss( <amplitude>, <x>, <y>, <radX>, <radY>, <sigmaX>, <sigmaY> )
Contents |
Description
Get the result of the Gaussian function.
Parameters
amplitude
Curve amplitude.
x
Position X
y
Position Y
radX
Radius X
radY
Radius Y
sigmaX
Curve sigma X
sigmaY
Curve sigma Y
Return Value
The result of Gaussian function.
Remarks
None.
Example
say Gauss(30, 2, 4, 6, 8, 10, 20); // 81.54345484