Functions include:
Addition (+) Subtraction (-) Multiplication (*) Division (/) Power (^) Minimum (min) Maximum (max) Absolute value (abs) Exponent (exp) Natural Log (ln) Power of 10 (ten) Log (log) Sine (sin or dsin) Cosine (cos or dcos) Tangent (tan or dtan) Arcsine (asin or dasin) Arccosine (acos or dacos) Arctan (atan or datan)
Currently only vector-vector and image-image binary operations are supported.
Robert DeSonia, MHPCC
Definition in file psBinaryOp.h.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| psMathType * | psBinaryOp (psPtr out, const psPtr in1, const char *op, const psPtr in2) |
| Perform simple binary arithmetic with images or vectors. | |
1.4.2