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

ParameterDescription
ParameterDescription
scThe scene object.
xThe length to translate the model along the x-axis.
yThe length to translate the model along the y-axis.
zThe 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...