visual3d:documentation:pipeline:expressions:trigonometric_functions
This is an old revision of the document!
===== Contents ===== * 1 COSINE * 2 SINE * 3 TANGENT * 4 COTANGENT * 5 ARCTANGENT * 6 ARCSINE * 7 ARCCOS * 8 ARCTAN2 |
Note all trigonometric data are radians (not degrees)
COSINE
cos(a) - cosine
SINE
sin(a) - sine
TANGENT
tan(a) - tangent
COTANGENT
ctan(a) - cotangent
ARCTANGENT
atan(a) - arctangent
ARCSINE
asin(a) - arcsine
ARCCOS
acos(a) - arccosine
ARCTAN2
atan2(y,x) - arctangent ⇒ y and x must be one dimensional signals; return one dimensional signal
Retrieved from “”
visual3d/documentation/pipeline/expressions/trigonometric_functions.1718644011.txt.gz · Last modified: 2024/06/17 17:06 by sgranger