API Reference > Classes > PRC Mathematical Operators > OdPrcMath1dArcTanCos Class > OdPrcMath1dArcTanCos Methods > OdPrcMath1dArcTanCos::evaluate Method
OdPrcMath1dArcTanCos::evaluate Method
Syntax
C++
virtual double evaluate(double dParam) const;
Parameters 
Description 
double dParam 
[in] A parameter to be evaluated. 

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. 

 

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.