MtxExpr.Cos Method

Overload List

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

Overload 1: Matrix Cos(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Cos

Overload 2: Vector Cos(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Cos