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