Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector ArcTan2(TOpenCLVector *Y, TOpenCLVector *X); | Compute the ArcTan2 function from X and Y and return the result. |
| 2 | clMatrix ArcTan2(TOpenCLMatrix *Y, TOpenCLMatrix *X); | Compute the ArcTan2 function from X and Y and return the result. |
| 3 | clValue ArcTan2(TOpenCLValue *Y, TOpenCLValue *X); | Compute the ArcTan2 function from X and Y and return the result. |
Overload 1: clVector ArcTan2(TOpenCLVector *Y, TOpenCLVector *X);
Compute the ArcTan2 function from X and Y and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Y | TOpenCLVector * | |
| 2 | X | TOpenCLVector * |
Remarks:
Internally calls clVector::ArcTan2
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: clMatrix ArcTan2(TOpenCLMatrix *Y, TOpenCLMatrix *X);
Compute the ArcTan2 function from X and Y and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Y | TOpenCLMatrix * | |
| 2 | X | TOpenCLMatrix * |
Remarks:
Internally calls clMatrix::ArcTan2
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 3: clValue ArcTan2(TOpenCLValue *Y, TOpenCLValue *X);
Compute the ArcTan2 function from X and Y and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Y | TOpenCLValue * | |
| 2 | X | TOpenCLValue * |
Remarks:
Internally calls clValue::ArcTan2
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler