[]
The coordinates where the turbulence output is generated. The algorithm used to generate the Perlin noise is position dependent, so a different offset results in a different output. This property is not bounded and the units are specified in DIPs
public Vector2 Offset { get; set; }
The offset does not have the same effect as a translation because the noise function output is infinite and the function will wrap around the tile.