Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix Round(TMtx X) | Rounds values to the closest integer. |
| 2 | Vector Round(TVec X) | Rounds values to the closest integer. |
Overload 1: Matrix Round(TMtx X)
Rounds values to the closest integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.Round
Overload 2: Vector Round(TVec X)
Rounds values to the closest integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.Round