MtxExpr.ArcTan Method

Overload List

#SignatureDescription
1Matrix ArcTan(TMtx X)Result = the ArcTan function from the source and return the result
2Vector ArcTan(TVec X)Result = the ArcTan function from the source and return the result

Overload 1: Matrix ArcTan(TMtx X)

Compute the ArcTan function from the source and return the result.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.ArcTan

Overload 2: Vector ArcTan(TVec X)

Compute the ArcTan function from the source and return the result.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ArcTan