Click or drag to resize

MatrixTPointwiseAtan2 Method

Overload List
 NameDescription
Public methodPointwiseAtan2(MatrixT) Pointwise applies the atan2 function to each value of the current matrix and a given other matrix being the 'x' of atan2 and the 'this' matrix being the 'y'
Public methodPointwiseAtan2(MatrixT, MatrixT) Pointwise applies the atan2 function to each value of the current matrix and a given other matrix being the 'x' of atan2 and the 'this' matrix being the 'y'
Top
See Also