Method SetCoordOrigin
SetCoordOrigin(CoordOrigin)
Sets the position of the origin (0, 0) in the tensor.
Declaration
public TextureTransform SetCoordOrigin(CoordOrigin coordOrigin)
Parameters
Type | Name | Description |
---|---|---|
CoordOrigin | coordOrigin | The position of the texture origin in the tensor. |
Returns
Type | Description |
---|---|
TextureTransform |
|