ClMtxExpr.ArcTan2 Method

Overload List

#SignatureDescription
1clMatrix ArcTan2(TOpenCLMatrix Y, TOpenCLMatrix X)Result = the ArcTan2 function from X and Y and return the result
2clValue ArcTan2(TOpenCLValue Y, TOpenCLValue X)Result = the ArcTan2 function from X and Y and return the result
3clVector 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.

#NameTypeDescription
1YTOpenCLMatrixsource TOpenCLMatrix
2XTOpenCLMatrixsource 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.

#NameTypeDescription
1YTOpenCLValuesource TOpenCLValue
2XTOpenCLValuesource 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.

#NameTypeDescription
1YTOpenCLVectorsource TOpenCLVector
2XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.ArcTan2