Click or drag to resize

VectorTPointwiseAtan2 Method

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