MtxExpr.ArcTan2 Method

Overload List

#SignatureDescription
1Matrix ArcTan2(TMtx Y, TMtx X)Result = the ArcTan2 function from X and Y and return the result
2Vector ArcTan2(TVec Y, TVec X)Result = the ArcTan2 function from X and Y and return the result

Overload 1: Matrix ArcTan2(TMtx Y, TMtx X)

Compute the ArcTan2 function from X and Y and return the result.

#NameTypeDescription
1YTMtxsource TMtx
2XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.ArcTan2

Overload 2: Vector ArcTan2(TVec Y, TVec X)

Compute the ArcTan2 function from X and Y and return the result.

#NameTypeDescription
1YTVecsource TVec
2XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ArcTan2