Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function ArcTan(const X: TMtx): Matrix; | Result = the ArcTan function from the source and return the result |
| 2 | function ArcTan(const X: TVec): Vector; | Result = the ArcTan function from the source and return the result |
Overload 1: function ArcTan(const X: TMtx): Matrix;
Compute the ArcTan function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Matrix
Remarks:
Internally calls Matrix.ArcTan
Overload 2: function ArcTan(const X: TVec): Vector;
Compute the ArcTan function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec |
Returns: Vector
Remarks:
Internally calls Vector.ArcTan