The SEDRIS Data Representation Model
APPENDIX A - Classes Rotation |
---|
An instance of this DRM class specifies a rotation of the given angle about the specified axis, in the direction determined by the right-hand rule.
Rotate 145 degrees about the X axis.
To specify a rotation about a point other than the origin of the given LSR spatial reference frame for a given <LSR Transformation> instance, the data provider would precede the given <Rotation> instance by a <Translation> that translates to the desired rotation point.
SE_LSR_Transform_Axis | axis; | (notes) |
---|---|---|
SE_Long_Float | angle; | (notes) |
If specified, this <Reference Vector> instance shall have vector_type = SE_REF_VEC_TYP_LSR_TRANSFORMATION_AXIS.
This specifies which axis to rotate around: X, Y, Z, or a <Reference Vector>. Note that SE_LSR_TRNSFRM_AXIS_ALL is not a valid value for a <Rotation> instance.
This specifies the angle of rotation, measured counterclockwise about the given axis, in degrees of arc.
|