< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Data Fields
A3DMathFct1DArctanCosData Struct Reference

ArctanCos structure. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DDouble m_dE
 

Detailed Description

ArctanCos structure.

Version
2.0

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

Field Documentation

A3DUns16 A3DMathFct1DArctanCosData::m_usStructSize

Reserved; must be initialized with A3D_INITIALIZE_DATA.

A3DDouble A3DMathFct1DArctanCosData::m_dE

Unused in this version.