ST_RotateX
Name
ST_RotateX — Rotate a geometry rotRadians about the X axis.
Synopsis
    
     geometry
     
      ST_RotateX
     
     (
    
    geometry
    
     geomA
    
    , float
    
     rotRadians
    
    
     )
    
    ;
   
Description
Rotate a geometry geomA - rotRadians about the X axis.
       
      | 
     |
| 
       
         | 
    
Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.
Availability: 1.1.2. Name changed from RotateX to ST_RotateX in 1.2.2
   
    
   
   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).