Gets the linearized index of a Zernike polynomial according to
the Wyant scheme.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static readonly Func<int, int, int> ZernikeWyantIndex
Public Shared ReadOnly ZernikeWyantIndex As Func(Of Integer, Integer, Integer)
public:
static initonly Func<int, int, int>^ ZernikeWyantIndex
static val ZernikeWyantIndex: Func<int, int, int>
Return Value
Type:
FuncInt32,
Int32,
Int32The index of the Zernike polynomial with
the specified radial degree and azimuthal frequency in the
Wyant scheme.
Reference