A3DMathFct1DArctanCosData

Detailed Description

struct A3DMathFct1DArctanCosData

ArctanCos structure.

The following equation shows the result of this function, where t is the parameter and x is the result:

x = atan((m_dB * cos((t*m_dC) + m_dD))) *m_dA;
Version
2.0

Public Members

A3DDouble m_dA

A constant

A3DDouble m_dB

B constant

A3DDouble m_dC

C constant

A3DDouble m_dD

D constant

A3DDouble m_dE

Unused in this version.