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