STK AstrogatorSend comments on this topic.
AgEVADeriveCalcMethod Enumeration
See Also

Description

The Derivative Calculation method types for a Differential Corrector profile.

Members

MemberValueDescription
eVADeriveCalcMethodForward0Forward Difference - ((f(x + delta) - f(x))/ delta).
eVADeriveCalcMethodCentral1Central Difference - ((f(x + delta) - f(x - delta)) / 2delta).
eVADeriveCalcMethodSigned2Signed Difference - if x is positive, use the forward difference; if x is negative, use the backward difference.
© 2024 Analytical Graphics, Inc. All Rights Reserved.