Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Mag(const X: TMtx): Matrix; | Result = magnitude from the source |
| 2 | function Mag(const X: TVec): Vector; | Result = magnitude from the source |
Overload 1: function Mag(const X: TMtx): Matrix;
Compute magnitude from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Matrix
Remarks:
Internally calls Matrix.Mag
Overload 2: function Mag(const X: TVec): Vector;
Compute magnitude from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec |
Returns: Vector
Remarks:
Internally calls Vector.Mag