HALCON 17.12
/
HALCON Operator Reference
/
Tuple
HDevelop
.NET
C++
C
Classes
Classes
|
|
Operators
Arithmetic
List of Operators
tuple_abs
TupleAbs
TupleAbs
tuple_abs
Compute the absolute value of a tuple.
tuple_acos
TupleAcos
TupleAcos
tuple_acos
Compute the arccosine of a tuple.
tuple_add
TupleAdd
TupleAdd
tuple_add
Add two tuples.
tuple_asin
TupleAsin
TupleAsin
tuple_asin
Compute the arcsine of a tuple.
tuple_atan
TupleAtan
TupleAtan
tuple_atan
Compute the arctangent of a tuple.
tuple_atan2
TupleAtan2
TupleAtan2
tuple_atan2
Compute the arctangent of a tuple for all four quadrants.
tuple_ceil
TupleCeil
TupleCeil
tuple_ceil
Compute the ceiling function of a tuple.
tuple_cos
TupleCos
TupleCos
tuple_cos
Compute the cosine of a tuple.
tuple_cosh
TupleCosh
TupleCosh
tuple_cosh
Compute the hyperbolic cosine of a tuple.
tuple_cumul
TupleCumul
TupleCumul
tuple_cumul
Calculate the cumulative sums of a tuple.
tuple_deg
TupleDeg
TupleDeg
tuple_deg
Convert a tuple from radians to degrees.
tuple_div
TupleDiv
TupleDiv
tuple_div
Divide two tuples.
tuple_exp
TupleExp
TupleExp
tuple_exp
Compute the exponential of a tuple.
tuple_fabs
TupleFabs
TupleFabs
tuple_fabs
Compute the absolute value of a tuple (as floating point numbers).
tuple_floor
TupleFloor
TupleFloor
tuple_floor
Compute the floor function of a tuple.
tuple_fmod
TupleFmod
TupleFmod
tuple_fmod
Calculate the remainder of the floating point division of two tuples.
tuple_ldexp
TupleLdexp
TupleLdexp
tuple_ldexp
Calculate the ldexp function of two tuples.
tuple_log
TupleLog
TupleLog
tuple_log
Compute the natural logarithm of a tuple.
tuple_log10
TupleLog10
TupleLog10
tuple_log10
Compute the base 10 logarithm of a tuple.
tuple_max2
TupleMax2
TupleMax2
tuple_max2
Calculate the elementwise maximum of two tuples.
tuple_min2
TupleMin2
TupleMin2
tuple_min2
Calculate the elementwise minimum of two tuples.
tuple_mod
TupleMod
TupleMod
tuple_mod
Calculate the remainder of the integer division of two tuples.
tuple_mult
TupleMult
TupleMult
tuple_mult
Multiply two tuples.
tuple_neg
TupleNeg
TupleNeg
tuple_neg
Negate a tuple.
tuple_pow
TuplePow
TuplePow
tuple_pow
Calculate the power function of two tuples.
tuple_rad
TupleRad
TupleRad
tuple_rad
Convert a tuple from degrees to radians.
tuple_sgn
TupleSgn
TupleSgn
tuple_sgn
Calculate the sign of a tuple.
tuple_sin
TupleSin
TupleSin
tuple_sin
Compute the sine of a tuple.
tuple_sinh
TupleSinh
TupleSinh
tuple_sinh
Compute the hyperbolic sine of a tuple.
tuple_sqrt
TupleSqrt
TupleSqrt
tuple_sqrt
Compute the square root of a tuple.
tuple_sub
TupleSub
TupleSub
tuple_sub
Subtract two tuples.
tuple_tan
TupleTan
TupleTan
tuple_tan
Compute the tangent of a tuple.
tuple_tanh
TupleTanh
TupleTanh
tuple_tanh
Compute the hyperbolic tangent of a tuple.
Classes
Classes
|
|
Operators