A3DMathFct1DFractionData

struct A3DMathFct1DFractionData

Fraction structure.

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);

Index

Variables

Variables

A3DMathFct1D *A3DMathFct1DFractionData.m_pP

Numerator term of fraction.

A3DMathFct1D *A3DMathFct1DFractionData.m_pQ

Denominator term of fraction.