MatrixTPointwise |
Name | Description | |
---|---|---|
![]() | PointwiseAtan2(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' |
![]() | PointwiseAtan2(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' |