MtxExpr::ArcTan2 Function

Overload List

#SignatureDescription
1Vector ArcTan2(TVec *Y, TVec *X);Compute the ArcTan2 function from X and Y and return the result.
2Matrix ArcTan2(TMtx *Y, TMtx *X);Compute the ArcTan2 function from X and Y and return the result.

Overload 1: Vector ArcTan2(TVec *Y, TVec *X);

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

#NameTypeDescription
1YTVec *
2XTVec *
Remarks:

Internally calls Vector::ArcTan2

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler

Overload 2: Matrix ArcTan2(TMtx *Y, TMtx *X);

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

#NameTypeDescription
1YTMtx *
2XTMtx *
Remarks:

Internally calls Matrix::ArcTan2

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler