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

PrcMath1dTrigonometric.h

 

Class stores information about a one-dimensional trigonometric 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.
 
OdPrcMath1dTrigonometric Class
 
Name 
Description 
 
Returns the current amplitude value. 
 
Returns the current Dc offset value. 
 
Evaluates a specified parameter using the following formula: output = dc_offset + amplitude * cos(param*frequency – phase).
 
 
Returns the current frequency value. 
 
Returns the current phase value. 
 
Sets a new amplitude value.
 
 
Sets a new Dc offset value.
 
 
Sets a new frequency value.
 
 
Sets a new phase value.
 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.