MtxExpr.Sin Method

Overload List

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

Overload 1: Matrix Sin(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Sin

Overload 2: Vector Sin(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Sin