Combination structure. More...
Data Fields | |
A3DUns16 | m_usStructSize |
A3DUns32 | m_uiSize |
A3DMathFct1D ** | m_ppFunctions |
A3DDouble * | m_pdCoeffs |
Combination structure.
The following equation shows the result of a linear combination of 3 functions (m_uiSize is 2), where x is the result:
A3DUns16 A3DMathFct1DCombinationData::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
A3DUns32 A3DMathFct1DCombinationData::m_uiSize |
Size of next arrays.
A3DMathFct1D** A3DMathFct1DCombinationData::m_ppFunctions |
Array of functions.