Uses of Interface
com.threerings.export.Encodable

Packages that use Encodable
com.threerings.math Model and animation configurations. 
com.threerings.opengl.renderer   
com.threerings.tudey.util   
 

Uses of Encodable in com.threerings.math
 

Classes in com.threerings.math that implement Encodable
 class Matrix3f
          A 3x3 column-major matrix.
 class Matrix4f
          A 4x4 column-major matrix.
 class Plane
          A plane consisting of a unit normal and a constant.
 class Quaternion
          A unit quaternion.
 class SphereCoords
          A set of spherical coordinates.
 class Vector2f
          A two element vector.
 class Vector3f
          A three element vector.
 class Vector4f
          A four element vector.
 

Uses of Encodable in com.threerings.opengl.renderer
 

Classes in com.threerings.opengl.renderer that implement Encodable
 class Color4f
          A four-element floating point color value.
 

Uses of Encodable in com.threerings.tudey.util
 

Classes in com.threerings.tudey.util that implement Encodable
 class Coord
          Represents a pair of 2D integer coordinates.
 



Copyright © 2011. All Rights Reserved.