MtxExpr.Sqrt Method

Overload List

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

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

Compute X^2 from the source.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Sqrt

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

Compute X^2 from the source.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Sqrt