Functions
 FunctionDescription
 cleanMasterString Replaces a string's "master string" — the string it was built from — with a single character to save memory.
 deg2rad Converts an angle from degrees into radians.
 execute Executes a function with the specified arguments.
 formatString Formats a String in .Net-style, with curly braces ("{0}").
 getNextPowerOfTwo Returns the next power of two that is equal to or bigger than the specified number.
 rad2deg Converts an angle from radians into degrees.
 transformCoords Uses a matrix to transform 2D coordinates into a different space.
Classes
 ClassDescription
 AssetManager The AssetManager handles loading and accessing a variety of asset types.
 Color A utility class containing predefined colors and methods converting between different color representations.
 HAlign A class that provides constant values for horizontal alignment of objects.
 MathUtil A utility class containing methods you might need for maths problems.
 MatrixUtil A utility class containing methods related to the Matrix class.
 RectangleUtil A utility class containing methods related to the Rectangle class.
 ScaleMode A class that provides constant values for the 'RectangleUtil.fit' method.
 SystemUtil A utility class with methods related to the current platform and runtime.
 VAlign A class that provides constant values for vertical alignment of objects.
 VertexData The VertexData class manages a raw list of vertex information, allowing direct upload to Stage3D vertex buffers.