[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_Angle (Angle)

This simple type represents an angle in 60,000ths of a degree. Positive angles are clockwise (i.e., towards the positive y axis); negative angles are counter-clockwise (i.e., towards the negative y axis).

This simple type's contents are a restriction of the XML Schema int datatype.

Referenced By

animMotion@rAng4.6.4); animRot@by4.6.5); animRot@from4.6.5); animRot@to4.6.5); bodyPr@rot5.1.5.1.1); hsl@h4.6.46); hueOff@val5.1.2.2.16); ST_AdjAngle5.1.12.1); ST_FixedAngle5.1.12.21); ST_FOVAngle5.1.12.24); ST_PositiveFixedAngle5.1.12.44); xfrm@rot4.4.1.49); xfrm@rot5.1.9.6); xfrm@rot5.6.2.35); xfrm@rot5.8.2.28); xfrm@rot5.1.9.5)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_Angle">

   <restriction base="xsd:int"/>

</simpleType>