ST_RotateY — 绕Y轴旋转几何图形。
geometry ST_RotateY(
geometry geomA, float rotRadians)
;
绕y轴旋转几何图形A-rotRadians。
![]() | |
|
可用性:1.1.2。在1.2.2中将名称从RotateY更改为ST_RotateY
增强:2.0.0引入了对多面体曲面、三角形和三角网的支持。
This function supports Polyhedral surfaces.
This function supports 3d and will not drop the z-index.
This function supports Triangles and Triangulated Irregular Network Surfaces (TIN).