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