Polynomial structure. More...
Data Fields | |
A3DUns16 | m_usStructSize |
A3DUns32 | m_uiSize |
A3DDouble * | m_pdCoeffs |
Polynomial structure.
The array of coefficients is defined from least value to greatest value. The following equation shows the result of this function for a third-degree polynomial (m_uiSize is 3), where t is the parameter and x the result:
A3DUns16 A3DMathFct1DPolynomData::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
A3DUns32 A3DMathFct1DPolynomData::m_uiSize |
Size of next array.
A3DDouble* A3DMathFct1DPolynomData::m_pdCoeffs |
Vector of coefficients.