Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix Sqr(TMtx X) | Result = X^2 from the source |
| 2 | Vector Sqr(TVec X) | Result = X^2 from the source |
Overload 1: Matrix Sqr(TMtx X)
Compute X^2 from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.Sqr
Overload 2: Vector Sqr(TVec X)
Compute X^2 from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.Sqr