ST_RotateX — ジオメトリをX軸についてrotRadiansぶん回転させます。
geometry ST_RotateX(
geometry geomA, float rotRadians)
;
ジオメトリgeomAをX軸についてrotRadiansぶん回転させます。
|
Enhanced: 2.0.0 多面体サーフェス対応、三角対応、TIN対応が導入されました。
Availability: 1.1.2 1.2.2でRotateXからST_RotateXに名称変更しました。
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).