Overload List
| Name | Description | |
|---|---|---|
| Atan2(DoubleMatrix, DoubleMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the arctangent2 function to each element
of the matrix with the corresponding element from a second matrix.
| |
| Atan2(DoubleVector, DoubleVector) |
Creates a new vector with the same size as a given vector, whose values are the
result of applying the arctangent2 function to each element of the vector with
the appropriate parameter from w.
| |
| Atan2(FloatMatrix, FloatMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the arctangent2 function to each element
of the matrix with the corresponding element from a second matrix.
| |
| Atan2(FloatVector, FloatVector) |
Creates a new vector with the same size as a given vector, whose values
are the result of applying the arctangent2 function to each element of
the given vector.
| |
| Atan2(Double, Double) |
Calculates the arctangent of the two double-precision floating
point numbers.
| |
| Atan2(Single, Single) |
Calculates the arctangent of the two floating point numbers.
|