A C D E F G H I J K L M N P Q R S T V W X Y Z

T

TexCoord2f - Class in javax.vecmath
A 2-element vector that is represented by single-precision floating point x,y coordinates.
TexCoord2f(float, float) - Constructor for class javax.vecmath.TexCoord2f
Constructs and initializes a TexCoord2f from the specified xy coordinates.
TexCoord2f(float[]) - Constructor for class javax.vecmath.TexCoord2f
Constructs and initializes a TexCoord2f from the specified array.
TexCoord2f(TexCoord2f) - Constructor for class javax.vecmath.TexCoord2f
Constructs and initializes a TexCoord2f from the specified TexCoord2f.
TexCoord2f(Tuple2f) - Constructor for class javax.vecmath.TexCoord2f
Constructs and initializes a TexCoord2f from the specified Tuple2f.
TexCoord2f() - Constructor for class javax.vecmath.TexCoord2f
Constructs and initializes a TexCoord2f to (0,0).
TexCoord3f - Class in javax.vecmath
A 3 element texture coordinate that is represented by single precision floating point x,y,z coordinates.
TexCoord3f(float, float, float) - Constructor for class javax.vecmath.TexCoord3f
Constructs and initializes a TexCoord3f from the specified xyz coordinates.
TexCoord3f(float[]) - Constructor for class javax.vecmath.TexCoord3f
Constructs and initializes a TexCoord3f from the array of length 3.
TexCoord3f(TexCoord3f) - Constructor for class javax.vecmath.TexCoord3f
Constructs and initializes a TexCoord3f from the specified TexCoord3f.
TexCoord3f(Tuple3f) - Constructor for class javax.vecmath.TexCoord3f
Constructs and initializes a TexCoord3f from the specified Tuple3f.
TexCoord3f(Tuple3d) - Constructor for class javax.vecmath.TexCoord3f
Constructs and initializes a TexCoord3f from the specified Tuple3d.
TexCoord3f() - Constructor for class javax.vecmath.TexCoord3f
Constructs and initializes a TexCoord3f to (0,0,0).
TexCoord4f - Class in javax.vecmath
A 4 element texture coordinate that is represented by single precision floating point x,y,z,w coordinates.
TexCoord4f(float, float, float, float) - Constructor for class javax.vecmath.TexCoord4f
Constructs and initializes a TexCoord4f from the specified xyzw coordinates.
TexCoord4f(float[]) - Constructor for class javax.vecmath.TexCoord4f
Constructs and initializes a TexCoord4f from the array of length 4.
TexCoord4f(TexCoord4f) - Constructor for class javax.vecmath.TexCoord4f
Constructs and initializes a TexCoord4f from the specified TexCoord4f.
TexCoord4f(Tuple4f) - Constructor for class javax.vecmath.TexCoord4f
Constructs and initializes a TexCoord4f from the specified Tuple4f.
TexCoord4f(Tuple4d) - Constructor for class javax.vecmath.TexCoord4f
Constructs and initializes a TexCoord4f from the specified Tuple4d.
TexCoord4f() - Constructor for class javax.vecmath.TexCoord4f
Constructs and initializes a TexCoord4f to (0,0,0,0).
toString() - Method in class javax.vecmath.AxisAngle4d
Returns a string that contains the values of this AxisAngle4d.
toString() - Method in class javax.vecmath.AxisAngle4f
Returns a string that contains the values of this AxisAngle4f.
toString() - Method in class javax.vecmath.GMatrix
Returns a string that contains the values of this GMatrix.
toString() - Method in class javax.vecmath.GVector
Returns a string that contains the values of this GVector.
toString() - Method in class javax.vecmath.Matrix3d
Returns a string that contains the values of this Matrix3d.
toString() - Method in class javax.vecmath.Matrix3f
Returns a string that contains the values of this Matrix3f.
toString() - Method in class javax.vecmath.Matrix4d
Returns a string that contains the values of this Matrix4d.
toString() - Method in class javax.vecmath.Matrix4f
Returns a string that contains the values of this Matrix4f.
toString() - Method in class javax.vecmath.Tuple2d
Returns a string that contains the values of this Tuple2d.
toString() - Method in class javax.vecmath.Tuple2f
Returns a string that contains the values of this Tuple2f.
toString() - Method in class javax.vecmath.Tuple3b
Returns a string that contains the values of this Tuple3b.
toString() - Method in class javax.vecmath.Tuple3d
Returns a string that contains the values of this Tuple3d.
toString() - Method in class javax.vecmath.Tuple3f
Returns a string that contains the values of this Tuple3f.
toString() - Method in class javax.vecmath.Tuple3i
Returns a string that contains the values of this Tuple3i.
toString() - Method in class javax.vecmath.Tuple4b
Returns a string that contains the values of this Tuple4b.
toString() - Method in class javax.vecmath.Tuple4d
Returns a string that contains the values of this Tuple4d.
toString() - Method in class javax.vecmath.Tuple4f
Returns a string that contains the values of this Tuple4f.
toString() - Method in class javax.vecmath.Tuple4i
Returns a string that contains the values of this Tuple4i.
trace() - Method in class javax.vecmath.GMatrix
Returns the trace of this matrix.
transform(Tuple3d) - Method in class javax.vecmath.Matrix3d
Multiply this matrix by the tuple t and place the result back into the tuple (t = this*t).
transform(Tuple3d, Tuple3d) - Method in class javax.vecmath.Matrix3d
Multiply this matrix by the tuple t and and place the result into the tuple "result" (result = this*t).
transform(Tuple3f) - Method in class javax.vecmath.Matrix3f
Multiply this matrix by the tuple t and place the result back into the tuple (t = this*t).
transform(Tuple3f, Tuple3f) - Method in class javax.vecmath.Matrix3f
Multiply this matrix by the tuple t and and place the result into the tuple "result" (result = this*t).
transform(Tuple4d, Tuple4d) - Method in class javax.vecmath.Matrix4d
Transform the vector vec using this Matrix4d and place the result into vecOut.
transform(Tuple4d) - Method in class javax.vecmath.Matrix4d
Transform the vector vec using this Matrix4d and place the result back into vec.
transform(Tuple4f, Tuple4f) - Method in class javax.vecmath.Matrix4d
Transform the vector vec using this Matrix4d and place the result into vecOut.
transform(Tuple4f) - Method in class javax.vecmath.Matrix4d
Transform the vector vec using this Transform and place the result back into vec.
transform(Point3d, Point3d) - Method in class javax.vecmath.Matrix4d
Transforms the point parameter with this Matrix4d and places the result into pointOut.
transform(Point3d) - Method in class javax.vecmath.Matrix4d
Transforms the point parameter with this Matrix4d and places the result back into point.
transform(Point3f, Point3f) - Method in class javax.vecmath.Matrix4d
Transforms the point parameter with this Matrix4d and places the result into pointOut.
transform(Point3f) - Method in class javax.vecmath.Matrix4d
Transforms the point parameter with this Matrix4d and places the result back into point.
transform(Vector3d, Vector3d) - Method in class javax.vecmath.Matrix4d
Transforms the normal parameter by this Matrix4d and places the value into normalOut.
transform(Vector3d) - Method in class javax.vecmath.Matrix4d
Transforms the normal parameter by this transform and places the value back into normal.
transform(Vector3f, Vector3f) - Method in class javax.vecmath.Matrix4d
Transforms the normal parameter by this Matrix4d and places the value into normalOut.
transform(Vector3f) - Method in class javax.vecmath.Matrix4d
Transforms the normal parameter by this transform and places the value back into normal.
transform(Tuple4f, Tuple4f) - Method in class javax.vecmath.Matrix4f
Transform the vector vec using this Matrix4f and place the result into vecOut.
transform(Tuple4f) - Method in class javax.vecmath.Matrix4f
Transform the vector vec using this Transform and place the result back into vec.
transform(Point3f, Point3f) - Method in class javax.vecmath.Matrix4f
Transforms the point parameter with this Matrix4f and places the result into pointOut.
transform(Point3f) - Method in class javax.vecmath.Matrix4f
Transforms the point parameter with this Matrix4f and places the result back into point.
transform(Vector3f, Vector3f) - Method in class javax.vecmath.Matrix4f
Transforms the normal parameter by this Matrix4f and places the value into normalOut.
transform(Vector3f) - Method in class javax.vecmath.Matrix4f
Transforms the normal parameter by this transform and places the value back into normal.
transpose() - Method in class javax.vecmath.GMatrix
Transposes this matrix in place.
transpose(GMatrix) - Method in class javax.vecmath.GMatrix
Places the matrix values of the transpose of matrix m1 into this matrix.
transpose() - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to its transpose.
transpose(Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the transpose of the argument matrix.
transpose() - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to its transpose.
transpose(Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the transpose of the argument matrix.
transpose() - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to its transpose.
transpose(Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to the transpose of the argument matrix
transpose() - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to its transpose in place.
transpose(Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the transpose of the argument matrix.
Tuple2d - Class in javax.vecmath
A generic 2-element tuple that is represented by double-precision floating point x,y coordinates.
Tuple2d(double, double) - Constructor for class javax.vecmath.Tuple2d
Constructs and initializes a Tuple2d from the specified xy coordinates.
Tuple2d(double[]) - Constructor for class javax.vecmath.Tuple2d
Constructs and initializes a Tuple2d from the specified array.
Tuple2d(Tuple2d) - Constructor for class javax.vecmath.Tuple2d
Constructs and initializes a Tuple2d from the specified Tuple2d.
Tuple2d(Tuple2f) - Constructor for class javax.vecmath.Tuple2d
Constructs and initializes a Tuple2d from the specified Tuple2f.
Tuple2d() - Constructor for class javax.vecmath.Tuple2d
Constructs and initializes a Tuple2d to (0,0).
Tuple2f - Class in javax.vecmath
A generic 2-element tuple that is represented by single-precision floating point x,y coordinates.
Tuple2f(float, float) - Constructor for class javax.vecmath.Tuple2f
Constructs and initializes a Tuple2f from the specified xy coordinates.
Tuple2f(float[]) - Constructor for class javax.vecmath.Tuple2f
Constructs and initializes a Tuple2f from the specified array.
Tuple2f(Tuple2f) - Constructor for class javax.vecmath.Tuple2f
Constructs and initializes a Tuple2f from the specified Tuple2f.
Tuple2f(Tuple2d) - Constructor for class javax.vecmath.Tuple2f
Constructs and initializes a Tuple2f from the specified Tuple2d.
Tuple2f() - Constructor for class javax.vecmath.Tuple2f
Constructs and initializes a Tuple2f to (0,0).
Tuple3b - Class in javax.vecmath
A three byte tuple.
Tuple3b(byte, byte, byte) - Constructor for class javax.vecmath.Tuple3b
Constructs and initializes a Tuple3b from the specified three values.
Tuple3b(byte[]) - Constructor for class javax.vecmath.Tuple3b
Constructs and initializes a Tuple3b from input array of length 3.
Tuple3b(Tuple3b) - Constructor for class javax.vecmath.Tuple3b
Constructs and initializes a Tuple3b from the specified Tuple3b.
Tuple3b() - Constructor for class javax.vecmath.Tuple3b
Constructs and initializes a Tuple3b to (0,0,0).
Tuple3d - Class in javax.vecmath
A generic 3-element tuple that is represented by double-precision floating point x,y,z coordinates.
Tuple3d(double, double, double) - Constructor for class javax.vecmath.Tuple3d
Constructs and initializes a Tuple3d from the specified xyz coordinates.
Tuple3d(double[]) - Constructor for class javax.vecmath.Tuple3d
Constructs and initializes a Tuple3d from the array of length 3.
Tuple3d(Tuple3d) - Constructor for class javax.vecmath.Tuple3d
Constructs and initializes a Tuple3d from the specified Tuple3d.
Tuple3d(Tuple3f) - Constructor for class javax.vecmath.Tuple3d
Constructs and initializes a Tuple3d from the specified Tuple3f.
Tuple3d() - Constructor for class javax.vecmath.Tuple3d
Constructs and initializes a Tuple3d to (0,0,0).
Tuple3f - Class in javax.vecmath
A generic 3-element tuple that is represented by single precision-floating point x,y,z coordinates.
Tuple3f(float, float, float) - Constructor for class javax.vecmath.Tuple3f
Constructs and initializes a Tuple3f from the specified xyz coordinates.
Tuple3f(float[]) - Constructor for class javax.vecmath.Tuple3f
Constructs and initializes a Tuple3f from the array of length 3.
Tuple3f(Tuple3f) - Constructor for class javax.vecmath.Tuple3f
Constructs and initializes a Tuple3f from the specified Tuple3f.
Tuple3f(Tuple3d) - Constructor for class javax.vecmath.Tuple3f
Constructs and initializes a Tuple3f from the specified Tuple3d.
Tuple3f() - Constructor for class javax.vecmath.Tuple3f
Constructs and initializes a Tuple3f to (0,0,0).
Tuple3i - Class in javax.vecmath
A 3-element tuple represented by signed integer x,y,z coordinates.
Tuple3i(int, int, int) - Constructor for class javax.vecmath.Tuple3i
Constructs and initializes a Tuple3i from the specified x, y, and z coordinates.
Tuple3i(int[]) - Constructor for class javax.vecmath.Tuple3i
Constructs and initializes a Tuple3i from the array of length 3.
Tuple3i(Tuple3i) - Constructor for class javax.vecmath.Tuple3i
Constructs and initializes a Tuple3i from the specified Tuple3i.
Tuple3i() - Constructor for class javax.vecmath.Tuple3i
Constructs and initializes a Tuple3i to (0,0,0).
Tuple4b - Class in javax.vecmath
A four byte tuple.
Tuple4b(byte, byte, byte, byte) - Constructor for class javax.vecmath.Tuple4b
Constructs and initializes a Tuple4b from the specified four values.
Tuple4b(byte[]) - Constructor for class javax.vecmath.Tuple4b
Constructs and initializes a Tuple4b from the array of length 4.
Tuple4b(Tuple4b) - Constructor for class javax.vecmath.Tuple4b
Constructs and initializes a Tuple4b from the specified Tuple4b.
Tuple4b() - Constructor for class javax.vecmath.Tuple4b
Constructs and initializes a Tuple4b to (0,0,0,0).
Tuple4d - Class in javax.vecmath
A 4 element tuple represented by double precision floating point x,y,z,w coordinates.
Tuple4d(double, double, double, double) - Constructor for class javax.vecmath.Tuple4d
Constructs and initializes a Tuple4d from the specified xyzw coordinates.
Tuple4d(double[]) - Constructor for class javax.vecmath.Tuple4d
Constructs and initializes a Tuple4d from the coordinates contained in the array.
Tuple4d(Tuple4d) - Constructor for class javax.vecmath.Tuple4d
Constructs and initializes a Tuple4d from the specified Tuple4d.
Tuple4d(Tuple4f) - Constructor for class javax.vecmath.Tuple4d
Constructs and initializes a Tuple4d from the specified Tuple4f.
Tuple4d() - Constructor for class javax.vecmath.Tuple4d
Constructs and initializes a Tuple4d to (0,0,0,0).
Tuple4f - Class in javax.vecmath
A 4-element tuple represented by single-precision floating point x,y,z,w coordinates.
Tuple4f(float, float, float, float) - Constructor for class javax.vecmath.Tuple4f
Constructs and initializes a Tuple4f from the specified xyzw coordinates.
Tuple4f(float[]) - Constructor for class javax.vecmath.Tuple4f
Constructs and initializes a Tuple4f from the array of length 4.
Tuple4f(Tuple4f) - Constructor for class javax.vecmath.Tuple4f
Constructs and initializes a Tuple4f from the specified Tuple4f.
Tuple4f(Tuple4d) - Constructor for class javax.vecmath.Tuple4f
Constructs and initializes a Tuple4f from the specified Tuple4d.
Tuple4f() - Constructor for class javax.vecmath.Tuple4f
Constructs and initializes a Tuple4f to (0,0,0,0).
Tuple4i - Class in javax.vecmath
A 4-element tuple represented by signed integer x,y,z,w coordinates.
Tuple4i(int, int, int, int) - Constructor for class javax.vecmath.Tuple4i
Constructs and initializes a Tuple4i from the specified x, y, z, and w coordinates.
Tuple4i(int[]) - Constructor for class javax.vecmath.Tuple4i
Constructs and initializes a Tuple4i from the array of length 4.
Tuple4i(Tuple4i) - Constructor for class javax.vecmath.Tuple4i
Constructs and initializes a Tuple4i from the specified Tuple4i.
Tuple4i() - Constructor for class javax.vecmath.Tuple4i
Constructs and initializes a Tuple4i to (0,0,0,0).

A C D E F G H I J K L M N P Q R S T V W X Y Z