function Rotate(const X: TVec; Offset: Integer): Vector;
Rotates the content of the source data by Offset.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | |
| 2 | Offset | Integer |
Returns: Vector
Remarks:
Internally calls Vector.Rotate
Rotates the content of the source data by Offset.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | |
| 2 | Offset | Integer |
Returns: Vector
Internally calls Vector.Rotate