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) |
(One intermediate revision by one user not shown) |
Latest revision as of 12:37, 14 June 2015
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