A3DMathFct1DPolynomData Struct Reference
Polynomial structure. More...
Data Fields | |
A3DDouble * | m_pdCoeffs |
A3DUns32 | m_uiSize |
Detailed Description
Polynomial structure.
- Version
- 2.0
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:
Field Documentation
A3DUns32 A3DMathFct1DPolynomData::m_uiSize |
The size of m_pdCoeffs.
A3DDouble* A3DMathFct1DPolynomData::m_pdCoeffs |
Vector of coefficients.