MtxExpr.ArcTan2 Method

Overload List

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

Overload 1: function ArcTan2(const Y: TMtx; const X: TMtx): Matrix;

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

#NameTypeDescription
1YTMtx
2XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.ArcTan2

Overload 2: function ArcTan2(const Y: TVec; const X: TVec): Vector;

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

#NameTypeDescription
1YTVec
2XTVec

Returns: Vector

Remarks:

Internally calls Vector.ArcTan2