Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clMatrix ArcTan2(TOpenCLMatrix Y, TOpenCLMatrix X) | Result = the ArcTan2 function from X and Y and return the result |
| 2 | clValue ArcTan2(TOpenCLValue Y, TOpenCLValue X) | Result = the ArcTan2 function from X and Y and return the result |
| 3 | clVector ArcTan2(TOpenCLVector Y, TOpenCLVector X) | Result = the ArcTan2 function from X and Y and return the result |
Overload 1: clMatrix ArcTan2(TOpenCLMatrix Y, TOpenCLMatrix X)
Compute the ArcTan2 function from X and Y and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Y | TOpenCLMatrix | source TOpenCLMatrix |
| 2 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: clMatrix
Remarks:
Internally calls Dew.Math.clMatrix.ArcTan2
Overload 2: clValue ArcTan2(TOpenCLValue Y, TOpenCLValue X)
Compute the ArcTan2 function from X and Y and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Y | TOpenCLValue | source TOpenCLValue |
| 2 | X | TOpenCLValue | source TOpenCLValue |
Returns: clValue
Remarks:
Internally calls Dew.Math.clValue.ArcTan2
Overload 3: clVector ArcTan2(TOpenCLVector Y, TOpenCLVector X)
Compute the ArcTan2 function from X and Y and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Y | TOpenCLVector | source TOpenCLVector |
| 2 | X | TOpenCLVector | source TOpenCLVector |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.ArcTan2