MtxExpr.Sin Method

Overload List

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

Overload 1: function Sin(const X: TMtx): Matrix;

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Sin

Overload 2: function Sin(const X: TVec): Vector;

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Sin