Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns the Y skew or rotation parameter. RS_SkewY

Signatures

RS_SkewY(raster: Raster)

Parameters

raster
Raster
required
The input raster.

Return type

A numeric value.

Example

SELECT RS_SkewY(RS_MakeEmptyRaster(2, 10, 10, 0.0, 0.0, 1.0, -1.0, 0.1, 0.2, 4326))
0.2