A3DMathFct1DFractionData
Fields
Detailed Description
- 
struct A3DMathFct1DFractionData
 Fraction structure.
The following equation shows the result of a fraction function, where t is the parameter and x is the result:
- Version
 2.0
x = m_pP(t) / m_pQ(t);
Public Members
- 
A3DMathFct1D *m_pP
 Numerator term of fraction.
- 
A3DMathFct1D *m_pQ
 Denominator term of fraction.