Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector ArcTan2(TVec *Y, TVec *X); | Compute the ArcTan2 function from X and Y and return the result. |
| 2 | Matrix 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.
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.
Remarks:
Internally calls Matrix::ArcTan2
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler