API Reference > Classes > PRC Mathematical Operators > OdPrcMath1dPolynom Class
OdPrcMath1dPolynom Class
OdPrcMath1dPolynomOdPrcMath1dPolynomOdPrcMath1dPolynom
Syntax
C++
class OdPrcMath1dPolynom : public OdPrcMath1d;

PrcMath1dPolynom.h

 

Class stores information about a one-dimensional polynomial equation.

 
Name 
Description 
 
Destroys the mathematical evaluation object. 
OdPrcMath1d Class
 
Name 
Description 
 
The current evaluation algorithm.
 
 
read 
Reads a mathematical evaluation from a specified filer stream.
 
OdPrcMath1dPolynom Class
 
Name 
Description 
 
This is the overview for the coefficient method overload. 
 
Evaluates a specified parameter using the following formula:
for (i = 0; i < number_of_coefficients; i++) { output = output + coefficient[i] * pow(param, i); }
 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.