maya
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
st_rotatex(geometry, double precision)
Description
args: geomA, rotRadians - Rotate a geometry rotRadians about the X axis.
Parameters
Name
Type
Mode
$1
USER-DEFINED
IN
$2
double precision
IN
Definition
SELECT ST_Affine($1, 1, 0, 0, 0, cos($2), -sin($2), 0, sin($2), cos($2), 0, 0, 0)