Fraction structure. More...

Data Fields

A3DMathFct1Dm_pP
 
A3DMathFct1Dm_pQ
 

Detailed Description

Fraction structure.

Version
2.0

The following equation shows the result of a fraction function, where t is the parameter and x is the result:

x = m_pP(t) / m_pQ(t);

Field Documentation

◆ m_pP

A3DMathFct1D* A3DMathFct1DFractionData::m_pP

Numerator term of fraction.

◆ m_pQ

A3DMathFct1D* A3DMathFct1DFractionData::m_pQ

Denominator term of fraction.