Core Function Gauss
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> Gauss( <amplitude>, <x>, <y>, <radX>, <radY>, <sigmaX>, <sigmaY> ) </pre> === Description === Get the result of the Gaussian function. === Parameters === ==== amplitude...") |
m (1 revision) |
Revision as of 21:41, 11 August 2014
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