Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix ArcTan2(TMtx Y, TMtx X) | Result = the ArcTan2 function from X and Y and return the result |
| 2 | Vector 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.
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.
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.ArcTan2