Close
Relief for ODA Team in Ukraine
Learn more
ODA PRC SDK
API Reference
>
Classes
>
OdPrcMath1dPolynom Class
OdPrcMath1dPolynom Class
Syntax
C++
class
OdPrcMath1dPolynom
:
public
OdPrcMath1d
;
Description
Class stores information about a one-dimensional polynomial equation.
Class Hierarchy
File:
PrcMath1dPolynom.h
Methods
Show:
Inherited
No members matching the current filter
~OdPrcMath
Destroys the mathematical evaluation object. (Inherited from
OdPrcMath
)
Methods
Show:
Inherited
No members matching the current filter
coefficient()
This is the overview for the coefficient method overload.
evaluate
The current evaluation algorithm.
(Inherited from
OdPrcMath1d
)
evaluate
Evaluates a specified parameter using the following formula:
for (i = 0; i < number_of_coefficients; i++) { output = output + coefficient[i] * pow(param, i); }
read
Reads a mathematical evaluation from a specified filer stream.
(Inherited from
OdPrcMath1d
)
Links
OdPrcMath1dPolynom Methods
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!