This topic describes the ST_Translate function. This function translates a scene model along the x, y, and z axes.
Syntax
scene ST_Translate(scene sc, float8 x, float8 y, float8 z);
Parameters
Parameter | Description |
---|
Parameter | Description |
---|---|
sc | The scene object. |
x | The length to translate the model along the x-axis. |
y | The length to translate the model along the y-axis. |
z | The length to translate the model along the z-axis. |
Description
This function translates a scene model.
Examples
SELECT ST_Translate(scene, 10, 10, 10) from t;
------
0x...