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