Description Sets the coefficient of the (i, j) polynomial term for the Polynomial Asphere.
Syntax SetPolynomialAsphereCoefIJ n, i, j, coef
Parameters n As Long Node number of the Polynomial Asphere.
i As Long The power of the X term of the polynomial coefficient of the Polynomial Asphere.
j As Long The power of the Y term of the polynomial coefficient of the Polynomial Asphere.
coef As Double The coefficient value.
Remarks This subroutine sets the coefficient of the (i, j) polynomial terms for the Polynomial Asphere. If there is a problem, the subroutine posts an error and returns without modifying the Polynomial Asphere.
See Also Examples
|