MtxExpr.Mag Method

Overload List

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

Overload 1: Matrix Mag(TMtx X)

Compute magnitude from the source.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Mag

Overload 2: Vector Mag(TVec X)

Compute magnitude from the source.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Mag