PrcMath1dArcTanCos.h
Class stores information about a one-dimensional trigonometric arc-function.
|
Name |
Description |
|
Destroys the mathematical evaluation object. |
|
Name |
Description |
|
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. | |
|
Sets a new A value. | |
|
Sets a new amplitude value. | |
|
Sets a new frequency value. | |
|
Sets a new phase value. |
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.
|