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