将scene模型沿 x、y、z 轴进行位置平移。
语法
scene ST_Translate(scene sc, float8 x, float8 y, float8 z);
参数
参数名称 | 描述 |
---|
参数名称 | 描述 |
---|---|
sc | scene对象。 |
x | x轴平移长度。 |
y | y轴平移长度。 |
z | z轴平移长度。 |
描述
对scene模型进行平移操作。
示例
SELECT ST_Translate(scene, 10, 10, 10) from t;
------
0x...
将scene模型沿 x、y、z 轴进行位置平移。
scene ST_Translate(scene sc, float8 x, float8 y, float8 z);
参数名称 | 描述 |
---|
参数名称 | 描述 |
---|---|
sc | scene对象。 |
x | x轴平移长度。 |
y | y轴平移长度。 |
z | z轴平移长度。 |
对scene模型进行平移操作。
SELECT ST_Translate(scene, 10, 10, 10) from t;
------
0x...
点击开启售前
在线咨询服务
你好,我是AI助理
可以解答问题、推荐解决方案等