Vector Rotate(TVec X, Int32 Offset)
Rotates the content of the source data by Offset.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
| 2 | Offset | Int32 |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.Rotate
Rotates the content of the source data by Offset.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
| 2 | Offset | Int32 |
Returns: Vector
Internally calls Dew.Math.Vector.Rotate