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.

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-2021. Open Design Alliance. All rights reserved.