MtxExpr.Cos Method

Overload List

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

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

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Cos

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

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Cos