MtxExpr.Sqr Method

Overload List

#SignatureDescription
1function Sqr(const X: TMtx): Matrix;Result = X^2 from the source
2function Sqr(const X: TVec): Vector;Result = X^2 from the source

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

Compute X^2 from the source.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Sqr

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

Compute X^2 from the source.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Sqr