Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Floor(const X: TMtx): Matrix; | Result = the floor function from the source |
| 2 | function Floor(const X: TVec): Vector; | Result = the floor function from the source |
Overload 1: function Floor(const X: TMtx): Matrix;
Compute the floor function from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Matrix
Remarks:
Internally calls Matrix.Floor
Overload 2: function Floor(const X: TVec): Vector;
Compute the floor function from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec |
Returns: Vector
Remarks:
Internally calls Vector.Floor