Functions
 FunctionDescription
 deg2rad Converts an angle from degrees into radians.
 execute Executes a function with the specified arguments.
 rad2deg Converts an angle from radians into degrees.
Classes
 ClassDescription
 Align A class that provides constant values for horizontal and vertical alignment of objects.
 AssetManager The AssetManager handles loading and accessing a variety of asset types.
 ButtonBehavior A utility class that can help with creating button-like display objects.
 ByteArrayUtil A utility class containing methods related to the ByteArray class.
 Color A utility class containing predefined colors and methods converting between different color representations.
 MathUtil A utility class containing methods you might need for math problems.
 MatrixUtil A utility class containing methods related to the Matrix class.
 MeshSubset A class describing a range of vertices and indices, thus referencing a subset of a Mesh.
 MeshUtil A utility class that helps with tasks that are common when working with meshes.
 Padding The padding class stores one number for each of four directions, thus describing the padding around a 2D object.
 Pool A simple object pool supporting the most basic utility objects.
 RectangleUtil A utility class containing methods related to the Rectangle class.
 RenderUtil A utility class containing methods related to Stage3D and rendering in general.
 ScaleMode A class that provides constant values for the 'RectangleUtil.fit' method.
 StringUtil A utility class with methods related to the String class.
 SystemUtil A utility class with methods related to the current platform and runtime.