JSR-184 Public Review Draft - Apr. 30, 2003.
A B C D E F G I J K L M N O P R S T U V W X Y Z

T

Texture2D - class javax.microedition.m3d.Texture2D.
An Appearance component encapsulating a two-dimensional texture image and a set of attributes specifying how the image is to be applied on submeshes.
Texture2D(Image2D) - Constructor for class javax.microedition.m3d.Texture2D
Constructs a new texture object with the given image, setting the texture attributes to their default values.
TILE - Static variable in class javax.microedition.m3d.Background
Specifies that the background image be repeated (tiled) indefinitely in the X or Y direction.
Transform - class javax.microedition.m3d.Transform.
A generic 4x4 floating point matrix, representing a transformation.
Transform() - Constructor for class javax.microedition.m3d.Transform
Constructs a new Transform object and initializes it to the 4x4 identity matrix.
transform(VertexArray, VertexArray, float, float[]) - Method in class javax.microedition.m3d.Transform
Transforms the elements of a given VertexArray with this matrix, storing the transformed values into another VertexArray with equal dimensions.
translate(float, float, float) - Method in class javax.microedition.m3d.Transform
Multiplies this transformation from the right by a translation matrix.
TRANSLATION - Static variable in class javax.microedition.m3d.AnimationTrack
Specifies the translation component of the transformation of a Node or a Texture2D as an animation target.
transpose() - Method in class javax.microedition.m3d.Transform
Transposes this matrix.
TriangleStripArray - class javax.microedition.m3d.TriangleStripArray.
TriangleStripArray defines a set of triangle strips.
TriangleStripArray(int[], int[]) - Constructor for class javax.microedition.m3d.TriangleStripArray
Constructs a triangle strip array with explicit indices.
TriangleStripArray(int, int[]) - Constructor for class javax.microedition.m3d.TriangleStripArray
Constructs a triangle strip array with implicit indices.

JSR-184 Public Review Draft - Apr. 30, 2003.
A B C D E F G I J K L M N O P R S T U V W X Y Z
Copyright © 2003 Nokia Corporation. See the Copyright Notice for details.