MtxExpr.Mag Method

Overload List

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

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

Compute magnitude from the source.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Mag

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

Compute magnitude from the source.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Mag