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

PrcMath1dArcTanCos.h

 

Class stores information about a one-dimensional trigonometric arc-function.

a 
Returns the current A value. 
Returns the current amplitude value. 
Evaluates the parameter using the following formula: Output = atan( ( amplitude * cos( ( param * frequency) + phase) ) ) * a and returns its value. The following condition should be verified: –263 < (param * frequency) + phase < 263.
 
Returns the current frequency value. 
Returns the current phase value. 
setA 
Sets a new A value.
 
Sets a new amplitude value.
 
Sets a new frequency value.
 
Sets a new phase value.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.