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

A

absolute() - Method in class javax.vecmath.Tuple2d
Sets each component of this tuple to its absolute value.
absolute() - Method in class javax.vecmath.Tuple2f
Sets each component of this tuple to its absolute value.
absolute() - Method in class javax.vecmath.Tuple2i
Sets each component of this tuple to its absolute value.
absolute() - Method in class javax.vecmath.Tuple3d
Sets each component of this tuple to its absolute value.
absolute() - Method in class javax.vecmath.Tuple3f
Sets each component of this tuple to its absolute value.
absolute() - Method in class javax.vecmath.Tuple3i
Sets each component of this tuple to its absolute value.
absolute() - Method in class javax.vecmath.Tuple4d
Sets each component of this tuple to its absolute value.
absolute() - Method in class javax.vecmath.Tuple4f
Sets each component of this tuple to its absolute value.
absolute() - Method in class javax.vecmath.Tuple4i
Sets each component of this tuple to its absolute value.
absolute(Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute(Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute(Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute(Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute(Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute(Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute(Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute(Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
absolute(Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.
add(double) - Method in class javax.vecmath.Matrix3d
Adds a scalar to each component of this matrix.
add(double) - Method in class javax.vecmath.Matrix4d
Adds a scalar to each component of this matrix.
add(double, Matrix3d) - Method in class javax.vecmath.Matrix3d
Adds a scalar to each component of the matrix m1 and places the result into this.
add(double, Matrix4d) - Method in class javax.vecmath.Matrix4d
Adds a scalar to each component of the matrix m1 and places the result into this.
add(float) - Method in class javax.vecmath.Matrix3f
Adds a scalar to each component of this matrix.
add(float) - Method in class javax.vecmath.Matrix4f
Adds a scalar to each component of this matrix.
add(float, Matrix3f) - Method in class javax.vecmath.Matrix3f
Adds a scalar to each component of the matrix m1 and places the result into this.
add(float, Matrix4f) - Method in class javax.vecmath.Matrix4f
Adds a scalar to each component of the matrix m1 and places the result into this.
add(GMatrix) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to sum of itself and matrix m1.
add(GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(GVector) - Method in class javax.vecmath.GVector
Sets the value of this vector to sum of itself and the specified vector
add(GVector, GVector) - Method in class javax.vecmath.GVector
Sets the value of this vector to the vector sum of vectors vector1 and vector2.
add(Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the sum of itself and matrix m1.
add(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the matrix sum of itself and matrix m1.
add(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to sum of itself and matrix m1.
add(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the sum of itself and matrix m1.
add(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
add(Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the vector sum of itself and tuple t1.
add(Tuple2d, Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the vector sum of tuples t1 and t2.
add(Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the vector sum of itself and tuple t1.
add(Tuple2f, Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the vector sum of tuples t1 and t2.
add(Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the sum of itself and t1.
add(Tuple2i, Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the sum of itself and t1.
add(Tuple3d, Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the vector sum of itself and tuple t1.
add(Tuple3f, Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the vector sum of tuples t1 and t2.
add(Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the sum of itself and t1.
add(Tuple3i, Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the sum of itself and tuple t1.
add(Tuple4d, Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the tuple sum of tuples t1 and t2.
add(Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the sum of itself and t1.
add(Tuple4f, Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the sum of tuples t1 and t2.
add(Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the sum of itself and t1.
add(Tuple4i, Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the sum of tuples t1 and t2.
angle - Variable in class javax.vecmath.AxisAngle4d
The angle of rotation in radians.
angle - Variable in class javax.vecmath.AxisAngle4f
The angle of rotation in radians.
angle(GVector) - Method in class javax.vecmath.GVector
Returns the (n-space) angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
angle(Vector2d) - Method in class javax.vecmath.Vector2d
Returns the angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
angle(Vector2f) - Method in class javax.vecmath.Vector2f
Returns the angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
angle(Vector3d) - Method in class javax.vecmath.Vector3d
Returns the angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
angle(Vector3f) - Method in class javax.vecmath.Vector3f
Returns the angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
angle(Vector4d) - Method in class javax.vecmath.Vector4d
Returns the (4-space) angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
angle(Vector4f) - Method in class javax.vecmath.Vector4f
Returns the (4-space) angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
AxisAngle4d - Class in javax.vecmath
A four-element axis angle represented by double-precision floating point x,y,z,angle components.
AxisAngle4d() - Constructor for class javax.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d to (0,0,1,0).
AxisAngle4d(double[]) - Constructor for class javax.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the components contained in the array.
AxisAngle4d(double, double, double, double) - Constructor for class javax.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the specified x, y, z, and angle.
AxisAngle4d(AxisAngle4d) - Constructor for class javax.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the specified AxisAngle4d.
AxisAngle4d(AxisAngle4f) - Constructor for class javax.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the specified AxisAngle4f.
AxisAngle4d(Vector3d, double) - Constructor for class javax.vecmath.AxisAngle4d
Constructs and initializes an AxisAngle4d from the specified axis and angle.
AxisAngle4f - Class in javax.vecmath
A four-element axis angle represented by single-precision floating point x,y,z,angle components.
AxisAngle4f() - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f to (0,0,1,0).
AxisAngle4f(float[]) - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f from the array of length 4.
AxisAngle4f(float, float, float, float) - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes a AxisAngle4f from the specified xyzw coordinates.
AxisAngle4f(AxisAngle4d) - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f from the specified AxisAngle4d.
AxisAngle4f(AxisAngle4f) - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f from the specified AxisAngle4f.
AxisAngle4f(Vector3f, float) - Constructor for class javax.vecmath.AxisAngle4f
Constructs and initializes an AxisAngle4f from the specified axis and angle.

C

clamp(double, double) - Method in class javax.vecmath.Tuple2d
Clamps this tuple to the range [low, high].
clamp(double, double) - Method in class javax.vecmath.Tuple3d
Clamps this tuple to the range [low, high].
clamp(double, double) - Method in class javax.vecmath.Tuple4d
Clamps this tuple to the range [low, high].
clamp(double, double, Tuple2d) - Method in class javax.vecmath.Tuple2d
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(double, double, Tuple3d) - Method in class javax.vecmath.Tuple3d
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(double, double, Tuple4d) - Method in class javax.vecmath.Tuple4d
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(float, float) - Method in class javax.vecmath.Tuple2f
Clamps this tuple to the range [low, high].
clamp(float, float) - Method in class javax.vecmath.Tuple3d
Deprecated.
Use clamp(double,double) instead
clamp(float, float) - Method in class javax.vecmath.Tuple3f
Clamps this tuple to the range [low, high].
clamp(float, float) - Method in class javax.vecmath.Tuple4d
Deprecated.
Use clamp(double,double) instead
clamp(float, float) - Method in class javax.vecmath.Tuple4f
Clamps this tuple to the range [low, high].
clamp(float, float, Tuple2f) - Method in class javax.vecmath.Tuple2f
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(float, float, Tuple3d) - Method in class javax.vecmath.Tuple3d
Deprecated.
Use clamp(double,double,Tuple3d) instead
clamp(float, float, Tuple3f) - Method in class javax.vecmath.Tuple3f
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(float, float, Tuple4d) - Method in class javax.vecmath.Tuple4d
Deprecated.
Use clamp(double,double,Tuple4d) instead
clamp(float, float, Tuple4f) - Method in class javax.vecmath.Tuple4f
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(int, int) - Method in class javax.vecmath.Tuple2i
Clamps this tuple to the range [low, high].
clamp(int, int) - Method in class javax.vecmath.Tuple3i
Clamps this tuple to the range [low, high].
clamp(int, int) - Method in class javax.vecmath.Tuple4i
Clamps this tuple to the range [low, high].
clamp(int, int, Tuple2i) - Method in class javax.vecmath.Tuple2i
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(int, int, Tuple3i) - Method in class javax.vecmath.Tuple3i
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clamp(int, int, Tuple4i) - Method in class javax.vecmath.Tuple4i
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.
clampMax(double) - Method in class javax.vecmath.Tuple2d
Clamps the maximum value of this tuple to the max parameter.
clampMax(double) - Method in class javax.vecmath.Tuple3d
Clamps the maximum value of this tuple to the max parameter.
clampMax(double) - Method in class javax.vecmath.Tuple4d
Clamps the maximum value of this tuple to the max parameter.
clampMax(double, Tuple2d) - Method in class javax.vecmath.Tuple2d
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(double, Tuple3d) - Method in class javax.vecmath.Tuple3d
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(double, Tuple4d) - Method in class javax.vecmath.Tuple4d
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(float) - Method in class javax.vecmath.Tuple2f
Clamps the maximum value of this tuple to the max parameter.
clampMax(float) - Method in class javax.vecmath.Tuple3d
Deprecated.
Use clampMax(double) instead
clampMax(float) - Method in class javax.vecmath.Tuple3f
Clamps the maximum value of this tuple to the max parameter.
clampMax(float) - Method in class javax.vecmath.Tuple4d
Deprecated.
Use clampMax(double) instead
clampMax(float) - Method in class javax.vecmath.Tuple4f
Clamps the maximum value of this tuple to the max parameter.
clampMax(float, Tuple2f) - Method in class javax.vecmath.Tuple2f
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(float, Tuple3d) - Method in class javax.vecmath.Tuple3d
Deprecated.
Use clampMax(double,Tuple3d) instead
clampMax(float, Tuple3f) - Method in class javax.vecmath.Tuple3f
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(float, Tuple4d) - Method in class javax.vecmath.Tuple4d
Deprecated.
Use clampMax(double,Tuple4d) instead
clampMax(float, Tuple4f) - Method in class javax.vecmath.Tuple4f
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(int) - Method in class javax.vecmath.Tuple2i
Clamps the maximum value of this tuple to the max parameter.
clampMax(int) - Method in class javax.vecmath.Tuple3i
Clamps the maximum value of this tuple to the max parameter.
clampMax(int) - Method in class javax.vecmath.Tuple4i
Clamps the maximum value of this tuple to the max parameter.
clampMax(int, Tuple2i) - Method in class javax.vecmath.Tuple2i
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(int, Tuple3i) - Method in class javax.vecmath.Tuple3i
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMax(int, Tuple4i) - Method in class javax.vecmath.Tuple4i
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.
clampMin(double) - Method in class javax.vecmath.Tuple2d
Clamps the minimum value of this tuple to the min parameter.
clampMin(double) - Method in class javax.vecmath.Tuple3d
Clamps the minimum value of this tuple to the min parameter.
clampMin(double) - Method in class javax.vecmath.Tuple4d
Clamps the minimum value of this tuple to the min parameter.
clampMin(double, Tuple2d) - Method in class javax.vecmath.Tuple2d
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(double, Tuple3d) - Method in class javax.vecmath.Tuple3d
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(double, Tuple4d) - Method in class javax.vecmath.Tuple4d
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(float) - Method in class javax.vecmath.Tuple2f
Clamps the minimum value of this tuple to the min parameter.
clampMin(float) - Method in class javax.vecmath.Tuple3d
Deprecated.
Use clampMin(double) instead
clampMin(float) - Method in class javax.vecmath.Tuple3f
Clamps the minimum value of this tuple to the min parameter.
clampMin(float) - Method in class javax.vecmath.Tuple4d
Deprecated.
Use clampMin(double) instead
clampMin(float) - Method in class javax.vecmath.Tuple4f
Clamps the minimum value of this tuple to the min parameter.
clampMin(float, Tuple2f) - Method in class javax.vecmath.Tuple2f
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(float, Tuple3d) - Method in class javax.vecmath.Tuple3d
Deprecated.
Use clampMin(double,Tuple3d) instead
clampMin(float, Tuple3f) - Method in class javax.vecmath.Tuple3f
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(float, Tuple4d) - Method in class javax.vecmath.Tuple4d
Deprecated.
Use clampMin(double,Tuple4d) instead
clampMin(float, Tuple4f) - Method in class javax.vecmath.Tuple4f
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(int) - Method in class javax.vecmath.Tuple2i
Clamps the minimum value of this tuple to the min parameter.
clampMin(int) - Method in class javax.vecmath.Tuple3i
Clamps the minimum value of this tuple to the min parameter.
clampMin(int) - Method in class javax.vecmath.Tuple4i
Clamps the minimum value of this tuple to the min parameter.
clampMin(int, Tuple2i) - Method in class javax.vecmath.Tuple2i
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(int, Tuple3i) - Method in class javax.vecmath.Tuple3i
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clampMin(int, Tuple4i) - Method in class javax.vecmath.Tuple4i
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.
clone() - Method in class javax.vecmath.AxisAngle4d
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.AxisAngle4f
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.GMatrix
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.GVector
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Matrix3d
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Matrix3f
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Matrix4d
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Matrix4f
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple2d
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple2f
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple2i
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple3b
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple3d
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple3f
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple3i
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple4b
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple4d
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple4f
Creates a new object of the same class as this object.
clone() - Method in class javax.vecmath.Tuple4i
Creates a new object of the same class as this object.
Color3b - Class in javax.vecmath
A three-byte color value represented by byte x, y, and z values.
Color3b() - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b to (0,0,0).
Color3b(byte[]) - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b from input array of length 3.
Color3b(byte, byte, byte) - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b from the specified three values.
Color3b(Color) - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b from the specified AWT Color object.
Color3b(Color3b) - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b from the specified Color3b.
Color3b(Tuple3b) - Constructor for class javax.vecmath.Color3b
Constructs and initializes a Color3b from the specified Tuple3b.
Color3f - Class in javax.vecmath
A three-element color value represented by single precision floating point x,y,z values.
Color3f() - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f to (0.0, 0.0, 0.0).
Color3f(float[]) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the array of length 3.
Color3f(float, float, float) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the three xyz values.
Color3f(Color) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the specified AWT Color object.
Color3f(Color3f) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the specified Color3f.
Color3f(Tuple3d) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the specified Tuple3d.
Color3f(Tuple3f) - Constructor for class javax.vecmath.Color3f
Constructs and initializes a Color3f from the specified Tuple3f.
Color4b - Class in javax.vecmath
A four-byte color value represented by byte x, y, z, and w values.
Color4b() - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b to (0,0,0,0).
Color4b(byte[]) - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b from the array of length 4.
Color4b(byte, byte, byte, byte) - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b from the four specified values.
Color4b(Color) - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b from the specified AWT Color object.
Color4b(Color4b) - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b from the specified Color4b.
Color4b(Tuple4b) - Constructor for class javax.vecmath.Color4b
Constructs and initializes a Color4b from the specified Tuple4b.
Color4f - Class in javax.vecmath
A four-element color represented by single precision floating point x, y, z, and w values.
Color4f() - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f to (0.0, 0.0, 0.0, 0.0).
Color4f(float[]) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the array of length 4.
Color4f(float, float, float, float) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the specified xyzw coordinates.
Color4f(Color) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the specified AWT Color object.
Color4f(Color4f) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the specified Color4f.
Color4f(Tuple4d) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the specified Tuple4d.
Color4f(Tuple4f) - Constructor for class javax.vecmath.Color4f
Constructs and initializes a Color4f from the specified Tuple4f.
conjugate() - Method in class javax.vecmath.Quat4d
Negate the value of of each of this quaternion's x,y,z coordinates in place.
conjugate() - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the conjugate of itself.
conjugate(Quat4d) - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to the conjugate of quaternion q1.
conjugate(Quat4f) - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the conjugate of quaternion q1.
copySubMatrix(int, int, int, int, int, int, GMatrix) - Method in class javax.vecmath.GMatrix
Copies a sub-matrix derived from this matrix into the target matrix.
cross(Vector3d, Vector3d) - Method in class javax.vecmath.Vector3d
Sets this vector to the vector cross product of vectors v1 and v2.
cross(Vector3f, Vector3f) - Method in class javax.vecmath.Vector3f
Sets this vector to be the vector cross product of vectors v1 and v2.

D

determinant() - Method in class javax.vecmath.Matrix3d
Computes the determinant of this matrix.
determinant() - Method in class javax.vecmath.Matrix3f
Computes the determinant of this matrix.
determinant() - Method in class javax.vecmath.Matrix4d
Computes the determinant of this matrix.
determinant() - Method in class javax.vecmath.Matrix4f
Computes the determinate of this matrix.
distance(Point2d) - Method in class javax.vecmath.Point2d
Computes the distance between this point and point p1.
distance(Point2f) - Method in class javax.vecmath.Point2f
Computes the distance between this point and point p1.
distance(Point3d) - Method in class javax.vecmath.Point3d
Returns the distance between this point and point p1.
distance(Point3f) - Method in class javax.vecmath.Point3f
Computes the distance between this point and point p1.
distance(Point4d) - Method in class javax.vecmath.Point4d
Returns the distance between this point and point p1.
distance(Point4f) - Method in class javax.vecmath.Point4f
Computes the distance between this point and point p1.
distanceL1(Point2d) - Method in class javax.vecmath.Point2d
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point2f) - Method in class javax.vecmath.Point2f
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point3d) - Method in class javax.vecmath.Point3d
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point3f) - Method in class javax.vecmath.Point3f
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point4d) - Method in class javax.vecmath.Point4d
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point4f) - Method in class javax.vecmath.Point4f
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceLinf(Point2d) - Method in class javax.vecmath.Point2d
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point2f) - Method in class javax.vecmath.Point2f
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point3d) - Method in class javax.vecmath.Point3d
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point3f) - Method in class javax.vecmath.Point3f
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point4d) - Method in class javax.vecmath.Point4d
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point4f) - Method in class javax.vecmath.Point4f
Computes the L-infinite distance between this point and point p1.
distanceSquared(Point2d) - Method in class javax.vecmath.Point2d
Computes the square of the distance between this point and point p1.
distanceSquared(Point2f) - Method in class javax.vecmath.Point2f
Computes the square of the distance between this point and point p1.
distanceSquared(Point3d) - Method in class javax.vecmath.Point3d
Returns the square of the distance between this point and point p1.
distanceSquared(Point3f) - Method in class javax.vecmath.Point3f
Computes the square of the distance between this point and point p1.
distanceSquared(Point4d) - Method in class javax.vecmath.Point4d
Returns the square of the distance between this point and point p1.
distanceSquared(Point4f) - Method in class javax.vecmath.Point4f
Computes the square of the distance between this point and point p1.
dot(GVector) - Method in class javax.vecmath.GVector
Returns the dot product of this vector and vector v1.
dot(Vector2d) - Method in class javax.vecmath.Vector2d
Computes the dot product of the this vector and vector v1.
dot(Vector2f) - Method in class javax.vecmath.Vector2f
Computes the dot product of the this vector and vector v1.
dot(Vector3d) - Method in class javax.vecmath.Vector3d
Returns the dot product of this vector and vector v1.
dot(Vector3f) - Method in class javax.vecmath.Vector3f
Computes the dot product of this vector and vector v1.
dot(Vector4d) - Method in class javax.vecmath.Vector4d
Returns the dot product of this vector and vector v1.
dot(Vector4f) - Method in class javax.vecmath.Vector4f
returns the dot product of this vector and v1

E

epsilonEquals(AxisAngle4d, double) - Method in class javax.vecmath.AxisAngle4d
Returns true if the L-infinite distance between this axis-angle and axis-angle a1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(AxisAngle4f, float) - Method in class javax.vecmath.AxisAngle4f
Returns true if the L-infinite distance between this axis-angle and axis-angle a1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(GMatrix, double) - Method in class javax.vecmath.GMatrix
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(GMatrix, float) - Method in class javax.vecmath.GMatrix
Deprecated.
Use epsilonEquals(GMatrix, double) instead
epsilonEquals(GVector, double) - Method in class javax.vecmath.GVector
Returns true if the L-infinite distance between this vector and vector v1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix3d, double) - Method in class javax.vecmath.Matrix3d
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix3f, float) - Method in class javax.vecmath.Matrix3f
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix4d, double) - Method in class javax.vecmath.Matrix4d
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix4d, float) - Method in class javax.vecmath.Matrix4d
Deprecated.
Use epsilonEquals(Matrix4d,double) instead
epsilonEquals(Matrix4f, float) - Method in class javax.vecmath.Matrix4f
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple2d, double) - Method in class javax.vecmath.Tuple2d
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple2f, float) - Method in class javax.vecmath.Tuple2f
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple3d, double) - Method in class javax.vecmath.Tuple3d
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple3f, float) - Method in class javax.vecmath.Tuple3f
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple4d, double) - Method in class javax.vecmath.Tuple4d
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Tuple4f, float) - Method in class javax.vecmath.Tuple4f
Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.
equals(Object) - Method in class javax.vecmath.AxisAngle4d
Returns true if the Object o1 is of type AxisAngle4d and all of the data members of o1 are equal to the corresponding data members in this AxisAngle4d.
equals(Object) - Method in class javax.vecmath.AxisAngle4f
Returns true if the Object o1 is of type AxisAngle4f and all of the data members of o1 are equal to the corresponding data members in this AxisAngle4f.
equals(Object) - Method in class javax.vecmath.GMatrix
Returns true if the Object o1 is of type GMatrix and all of the data members of o1 are equal to the corresponding data members in this GMatrix.
equals(Object) - Method in class javax.vecmath.GVector
Returns true if the Object o1 is of type GMatrix and all of the data members of o1 are equal to the corresponding data members in this GMatrix.
equals(Object) - Method in class javax.vecmath.Matrix3d
Returns true if the Object t1 is of type Matrix3d and all of the data members of t1 are equal to the corresponding data members in this Matrix3d.
equals(Object) - Method in class javax.vecmath.Matrix3f
Returns true if the Object o1 is of type Matrix3f and all of the data members of o1 are equal to the corresponding data members in this Matrix3f.
equals(Object) - Method in class javax.vecmath.Matrix4d
Returns true if the Object t1 is of type Matrix4d and all of the data members of t1 are equal to the corresponding data members in this Matrix4d.
equals(Object) - Method in class javax.vecmath.Matrix4f
Returns true if the Object t1 is of type Matrix4f and all of the data members of t1 are equal to the corresponding data members in this Matrix4f.
equals(Object) - Method in class javax.vecmath.Tuple2d
Returns true if the Object t1 is of type Tuple2d and all of the data members of t1 are equal to the corresponding data members in this Tuple2d.
equals(Object) - Method in class javax.vecmath.Tuple2f
Returns true if the Object t1 is of type Tuple2f and all of the data members of t1 are equal to the corresponding data members in this Tuple2f.
equals(Object) - Method in class javax.vecmath.Tuple2i
Returns true if the Object t1 is of type Tuple2i and all of the data members of t1 are equal to the corresponding data members in this Tuple2i.
equals(Object) - Method in class javax.vecmath.Tuple3b
Returns true if the Object t1 is of type Tuple3b and all of the data members of t1 are equal to the corresponding data members in this Tuple3b.
equals(Object) - Method in class javax.vecmath.Tuple3d
Returns true if the Object t1 is of type Tuple3d and all of the data members of t1 are equal to the corresponding data members in this Tuple3d.
equals(Object) - Method in class javax.vecmath.Tuple3f
Returns true if the Object t1 is of type Tuple3f and all of the data members of t1 are equal to the corresponding data members in this Tuple3f.
equals(Object) - Method in class javax.vecmath.Tuple3i
Returns true if the Object t1 is of type Tuple3i and all of the data members of t1 are equal to the corresponding data members in this Tuple3i.
equals(Object) - Method in class javax.vecmath.Tuple4b
Returns true if the Object t1 is of type Tuple4b and all of the data members of t1 are equal to the corresponding data members in this Tuple4b.
equals(Object) - Method in class javax.vecmath.Tuple4d
Returns true if the Object t1 is of type Tuple4d and all of the data members of t1 are equal to the corresponding data members in this Tuple4d.
equals(Object) - Method in class javax.vecmath.Tuple4f
Returns true if the Object t1 is of type Tuple4f and all of the data members of t1 are equal to the corresponding data members in this Tuple4f.
equals(Object) - Method in class javax.vecmath.Tuple4i
Returns true if the Object t1 is of type Tuple4i and all of the data members of t1 are equal to the corresponding data members in this Tuple4i.
equals(AxisAngle4d) - Method in class javax.vecmath.AxisAngle4d
Returns true if all of the data members of AxisAngle4d a1 are equal to the corresponding data members in this AxisAngle4d.
equals(AxisAngle4f) - Method in class javax.vecmath.AxisAngle4f
Returns true if all of the data members of AxisAngle4f a1 are equal to the corresponding data members in this AxisAngle4f.
equals(GMatrix) - Method in class javax.vecmath.GMatrix
Returns true if all of the data members of GMatrix m1 are equal to the corresponding data members in this GMatrix.
equals(GVector) - Method in class javax.vecmath.GVector
Returns true if all of the data members of GVector vector1 are equal to the corresponding data members in this GVector.
equals(Matrix3d) - Method in class javax.vecmath.Matrix3d
Returns true if all of the data members of Matrix3d m1 are equal to the corresponding data members in this Matrix3d.
equals(Matrix3f) - Method in class javax.vecmath.Matrix3f
Returns true if all of the data members of Matrix3f m1 are equal to the corresponding data members in this Matrix3f.
equals(Matrix4d) - Method in class javax.vecmath.Matrix4d
Returns true if all of the data members of Matrix4d m1 are equal to the corresponding data members in this Matrix4d.
equals(Matrix4f) - Method in class javax.vecmath.Matrix4f
Returns true if all of the data members of Matrix4f m1 are equal to the corresponding data members in this Matrix4f.
equals(Tuple2d) - Method in class javax.vecmath.Tuple2d
Returns true if all of the data members of Tuple2d t1 are equal to the corresponding data members in this Tuple2d.
equals(Tuple2f) - Method in class javax.vecmath.Tuple2f
Returns true if all of the data members of Tuple2f t1 are equal to the corresponding data members in this Tuple2f.
equals(Tuple3b) - Method in class javax.vecmath.Tuple3b
Returns true if all of the data members of tuple t1 are equal to the corresponding data members in this tuple.
equals(Tuple3d) - Method in class javax.vecmath.Tuple3d
Returns true if all of the data members of Tuple3d t1 are equal to the corresponding data members in this Tuple3d.
equals(Tuple3f) - Method in class javax.vecmath.Tuple3f
Returns true if the Object t1 is of type Tuple3f and all of the data members of t1 are equal to the corresponding data members in this Tuple3f.
equals(Tuple4b) - Method in class javax.vecmath.Tuple4b
Returns true if all of the data members of tuple t1 are equal to the corresponding data members in this tuple.
equals(Tuple4d) - Method in class javax.vecmath.Tuple4d
Returns true if all of the data members of Tuple4d t1 are equal to the corresponding data members in this Tuple4d.
equals(Tuple4f) - Method in class javax.vecmath.Tuple4f
Returns true if all of the data members of Tuple4f t1 are equal to the corresponding data members in this Tuple4f.

G

get() - Method in class javax.vecmath.Color3b
Returns a new AWT color object initialized with the r,g,b values of this Color3b object.
get() - Method in class javax.vecmath.Color3f
Returns a new AWT color object initialized with the r,g,b values of this Color3f object.
get() - Method in class javax.vecmath.Color4b
Returns a new AWT color object initialized with the r,g,b,a values of this Color4b object.
get() - Method in class javax.vecmath.Color4f
Returns a new AWT color object initialized with the r,g,b,a values of this Color4f object.
get(byte[]) - Method in class javax.vecmath.Tuple3b
Places the value of the x,y,z components of this Tuple3b into the array of length 3.
get(byte[]) - Method in class javax.vecmath.Tuple4b
Places the value of the x,y,z,w components of this Tuple4b into the array of length 4.
get(double[]) - Method in class javax.vecmath.AxisAngle4d
Gets the value of this axis angle and places it into the array a of length four in x,y,z,angle order.
get(double[]) - Method in class javax.vecmath.Tuple2d
Copies the value of the elements of this tuple into the array t.
get(double[]) - Method in class javax.vecmath.Tuple3d
Copies the x,y,z coordinates of this tuple into the array t of length 3.
get(double[]) - Method in class javax.vecmath.Tuple4d
Gets the value of this tuple and places it into the array t of length four in x,y,z,w order.
get(float[]) - Method in class javax.vecmath.AxisAngle4f
Copies the value of this axis-angle into the array a.
get(float[]) - Method in class javax.vecmath.Tuple2f
Copies the value of the elements of this tuple into the array t.
get(float[]) - Method in class javax.vecmath.Tuple3f
Gets the value of this tuple and copies the values into t.
get(float[]) - Method in class javax.vecmath.Tuple4f
Copies the values of this tuple into the array t.
get(int[]) - Method in class javax.vecmath.Tuple2i
Copies the values of this tuple into the array t.
get(int[]) - Method in class javax.vecmath.Tuple3i
Copies the values of this tuple into the array t.
get(int[]) - Method in class javax.vecmath.Tuple4i
Copies the values of this tuple into the array t.
get(GMatrix) - Method in class javax.vecmath.GMatrix
Places the values in the this GMatrix into the matrix m1; m1 should be at least as large as this GMatrix.
get(Matrix3d) - Method in class javax.vecmath.GMatrix
Places the values in the upper 3x3 of this GMatrix into the matrix m1.
get(Matrix3d) - Method in class javax.vecmath.Matrix4d
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Matrix3d parameter.
get(Matrix3d) - Method in class javax.vecmath.Matrix4f
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Matrix3d parameter.
get(Matrix3d, Vector3d) - Method in class javax.vecmath.Matrix4d
Performs an SVD normalization of this matrix to calculate the rotation as a 3x3 matrix, the translation, and the scale.
get(Matrix3f) - Method in class javax.vecmath.GMatrix
Places the values in the upper 3x3 of this GMatrix into the matrix m1.
get(Matrix3f) - Method in class javax.vecmath.Matrix4d
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Matrix3f parameter.
get(Matrix3f) - Method in class javax.vecmath.Matrix4f
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Matrix3f parameter.
get(Matrix3f, Vector3d) - Method in class javax.vecmath.Matrix4d
Performs an SVD normalization of this matrix to calculate the rotation as a 3x3 matrix, the translation, and the scale.
get(Matrix3f, Vector3f) - Method in class javax.vecmath.Matrix4f
Performs an SVD normalization of this matrix to calculate the rotation as a 3x3 matrix, the translation, and the scale.
get(Matrix4d) - Method in class javax.vecmath.GMatrix
Places the values in the upper 4x4 of this GMatrix into the matrix m1.
get(Matrix4f) - Method in class javax.vecmath.GMatrix
Places the values in the upper 4x4 of this GMatrix into the matrix m1.
get(Quat4d) - Method in class javax.vecmath.Matrix4d
Performs an SVD normalization of q1 matrix in order to acquire the normalized rotational component; the values are placed into the Quat4d parameter.
get(Quat4f) - Method in class javax.vecmath.Matrix4d
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Quat4f parameter.
get(Quat4f) - Method in class javax.vecmath.Matrix4f
Performs an SVD normalization of this matrix in order to acquire the normalized rotational component; the values are placed into the Quat4f parameter.
get(Tuple2i) - Method in class javax.vecmath.Tuple2i
Copies the values of this tuple into the tuple t.
get(Tuple3b) - Method in class javax.vecmath.Tuple3b
Places the value of the x,y,z components of this tuple into the tuple t1.
get(Tuple3d) - Method in class javax.vecmath.Tuple3d
Copies the x,y,z coordinates of this tuple into the tuple t.
get(Tuple3f) - Method in class javax.vecmath.Tuple3f
Gets the value of this tuple and copies the values into t.
get(Tuple3i) - Method in class javax.vecmath.Tuple3i
Copies the values of this tuple into the tuple t.
get(Tuple4b) - Method in class javax.vecmath.Tuple4b
Places the value of the x,y,z,w components of this Tuple4b into the tuple t1.
get(Tuple4d) - Method in class javax.vecmath.Tuple4d
Gets the value of this tuple and places it into the Tuple4d argument of length four in x,y,z,w order.
get(Tuple4f) - Method in class javax.vecmath.Tuple4f
Copies the values of this tuple into the tuple t.
get(Tuple4i) - Method in class javax.vecmath.Tuple4i
Copies the values of this tuple into the tuple t.
get(Vector3d) - Method in class javax.vecmath.Matrix4d
Retrieves the translational components of this matrix.
get(Vector3f) - Method in class javax.vecmath.Matrix4f
Retrieves the translational components of this matrix.
getAngle() - Method in class javax.vecmath.AxisAngle4d
Get the axis angle, in radians.
An axis angle is a rotation angle about the vector (x,y,z).
getAngle() - Method in class javax.vecmath.AxisAngle4f
Get the axis angle, in radians.
An axis angle is a rotation angle about the vector (x,y,z).
getColumn(int, double[]) - Method in class javax.vecmath.GMatrix
Places the values of the specified column into the array parameter.
getColumn(int, double[]) - Method in class javax.vecmath.Matrix3d
Copies the matrix values in the specified column into the array parameter.
getColumn(int, double[]) - Method in class javax.vecmath.Matrix4d
Copies the matrix values in the specified column into the array parameter.
getColumn(int, float[]) - Method in class javax.vecmath.Matrix3f
Copies the matrix values in the specified column into the array parameter.
getColumn(int, float[]) - Method in class javax.vecmath.Matrix4f
Copies the matrix values in the specified column into the array parameter.
getColumn(int, GVector) - Method in class javax.vecmath.GMatrix
Places the values of the specified column into the vector parameter.
getColumn(int, Vector3d) - Method in class javax.vecmath.Matrix3d
Copies the matrix values in the specified column into the vector parameter.
getColumn(int, Vector3f) - Method in class javax.vecmath.Matrix3f
Copies the matrix values in the specified column into the vector parameter.
getColumn(int, Vector4d) - Method in class javax.vecmath.Matrix4d
Copies the matrix values in the specified column into the vector parameter.
getColumn(int, Vector4f) - Method in class javax.vecmath.Matrix4f
Copies the matrix values in the specified column into the vector parameter.
getElement(int) - Method in class javax.vecmath.GVector
Retrieves the value at the specified index value of this vector.
getElement(int, int) - Method in class javax.vecmath.GMatrix
Retrieves the value at the specified row and column of this matrix.
getElement(int, int) - Method in class javax.vecmath.Matrix3d
Retrieves the value at the specified row and column of the specified matrix.
getElement(int, int) - Method in class javax.vecmath.Matrix3f
Retrieves the value at the specified row and column of this matrix.
getElement(int, int) - Method in class javax.vecmath.Matrix4d
Retrieves the value at the specified row and column of this matrix.
getElement(int, int) - Method in class javax.vecmath.Matrix4f
Retrieves the value at the specified row and column of this matrix.
getM00() - Method in class javax.vecmath.Matrix3d
Get the first matrix element in the first row.
getM00() - Method in class javax.vecmath.Matrix3f
Get the first matrix element in the first row.
getM00() - Method in class javax.vecmath.Matrix4d
Get the first matrix element in the first row.
getM00() - Method in class javax.vecmath.Matrix4f
Get the first matrix element in the first row.
getM01() - Method in class javax.vecmath.Matrix3d
Get the second matrix element in the first row.
getM01() - Method in class javax.vecmath.Matrix3f
Get the second matrix element in the first row.
getM01() - Method in class javax.vecmath.Matrix4d
Get the second matrix element in the first row.
getM01() - Method in class javax.vecmath.Matrix4f
Get the second matrix element in the first row.
getM02() - Method in class javax.vecmath.Matrix3d
Get the third matrix element in the first row.
getM02() - Method in class javax.vecmath.Matrix3f
Get the third matrix element in the first row.
getM02() - Method in class javax.vecmath.Matrix4d
Get the third matrix element in the first row.
getM02() - Method in class javax.vecmath.Matrix4f
Get the third matrix element in the first row.
getM03() - Method in class javax.vecmath.Matrix4d
Get the fourth element of the first row.
getM03() - Method in class javax.vecmath.Matrix4f
Get the fourth element of the first row.
getM10() - Method in class javax.vecmath.Matrix3d
Get first matrix element in the second row.
getM10() - Method in class javax.vecmath.Matrix3f
Get first matrix element in the second row.
getM10() - Method in class javax.vecmath.Matrix4d
Get first matrix element in the second row.
getM10() - Method in class javax.vecmath.Matrix4f
Get first matrix element in the second row.
getM11() - Method in class javax.vecmath.Matrix3d
Get second matrix element in the second row.
getM11() - Method in class javax.vecmath.Matrix3f
Get second matrix element in the second row.
getM11() - Method in class javax.vecmath.Matrix4d
Get second matrix element in the second row.
getM11() - Method in class javax.vecmath.Matrix4f
Get second matrix element in the second row.
getM12() - Method in class javax.vecmath.Matrix3d
Get the third matrix element in the second row.
getM12() - Method in class javax.vecmath.Matrix3f
Get the third matrix element in the second row.
getM12() - Method in class javax.vecmath.Matrix4d
Get the third matrix element in the second row.
getM12() - Method in class javax.vecmath.Matrix4f
Get the third matrix element in the second row.
getM13() - Method in class javax.vecmath.Matrix4d
Get the fourth element of the second row.
getM13() - Method in class javax.vecmath.Matrix4f
Get the fourth element of the second row.
getM20() - Method in class javax.vecmath.Matrix3d
Get the first matrix element in the third row.
getM20() - Method in class javax.vecmath.Matrix3f
Get the first matrix element in the third row.
getM20() - Method in class javax.vecmath.Matrix4d
Get the first matrix element in the third row.
getM20() - Method in class javax.vecmath.Matrix4f
Get the first matrix element in the third row.
getM21() - Method in class javax.vecmath.Matrix3d
Get the second matrix element in the third row.
getM21() - Method in class javax.vecmath.Matrix3f
Get the second matrix element in the third row.
getM21() - Method in class javax.vecmath.Matrix4d
Get the second matrix element in the third row.
getM21() - Method in class javax.vecmath.Matrix4f
Get the second matrix element in the third row.
getM22() - Method in class javax.vecmath.Matrix3d
Get the third matrix element in the third row .
getM22() - Method in class javax.vecmath.Matrix3f
Get the third matrix element in the third row .
getM22() - Method in class javax.vecmath.Matrix4d
Get the third matrix element in the third row.
getM22() - Method in class javax.vecmath.Matrix4f
Get the third matrix element in the third row.
getM23() - Method in class javax.vecmath.Matrix4d
Get the fourth element of the third row.
getM23() - Method in class javax.vecmath.Matrix4f
Get the fourth element of the third row.
getM30() - Method in class javax.vecmath.Matrix4d
Get the first element of the fourth row.
getM30() - Method in class javax.vecmath.Matrix4f
Get the first element of the fourth row.
getM31() - Method in class javax.vecmath.Matrix4d
Get the second element of the fourth row.
getM31() - Method in class javax.vecmath.Matrix4f
Get the second element of the fourth row.
getM32() - Method in class javax.vecmath.Matrix4d
Get the third element of the fourth row.
getM32() - Method in class javax.vecmath.Matrix4f
Get the third element of the fourth row.
getM33() - Method in class javax.vecmath.Matrix4d
Get the fourth element of the fourth row.
getM33() - Method in class javax.vecmath.Matrix4f
Get the fourth element of the fourth row.
getNumCol() - Method in class javax.vecmath.GMatrix
Returns the number of colmuns in this matrix.
getNumRow() - Method in class javax.vecmath.GMatrix
Returns the number of rows in this matrix.
getRotationScale(Matrix3d) - Method in class javax.vecmath.Matrix4d
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationScale(Matrix3f) - Method in class javax.vecmath.Matrix4d
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRotationScale(Matrix3f) - Method in class javax.vecmath.Matrix4f
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
getRow(int, double[]) - Method in class javax.vecmath.GMatrix
Places the values of the specified row into the array parameter.
getRow(int, double[]) - Method in class javax.vecmath.Matrix3d
Copies the matrix values in the specified row into the array parameter.
getRow(int, double[]) - Method in class javax.vecmath.Matrix4d
Copies the matrix values in the specified row into the array parameter.
getRow(int, float[]) - Method in class javax.vecmath.Matrix3f
Copies the matrix values in the specified row into the array parameter.
getRow(int, float[]) - Method in class javax.vecmath.Matrix4f
Copies the matrix values in the specified row into the array parameter.
getRow(int, GVector) - Method in class javax.vecmath.GMatrix
Places the values of the specified row into the vector parameter.
getRow(int, Vector3d) - Method in class javax.vecmath.Matrix3d
Copies the matrix values in the specified row into the vector parameter.
getRow(int, Vector3f) - Method in class javax.vecmath.Matrix3f
Copies the matrix values in the specified row into the vector parameter.
getRow(int, Vector4d) - Method in class javax.vecmath.Matrix4d
Copies the matrix values in the specified row into the vector parameter.
getRow(int, Vector4f) - Method in class javax.vecmath.Matrix4f
Copies the matrix values in the specified row into the vector parameter.
getScale() - Method in class javax.vecmath.Matrix3d
Performs an SVD normalization of this matrix to calculate and return the uniform scale factor.
getScale() - Method in class javax.vecmath.Matrix3f
Performs an SVD normalization of this matrix to calculate and return the uniform scale factor.
getScale() - Method in class javax.vecmath.Matrix4d
Performs an SVD normalization of this matrix to calculate and return the uniform scale factor.
getScale() - Method in class javax.vecmath.Matrix4f
Performs an SVD normalization of this matrix to calculate and return the uniform scale factor.
getSize() - Method in class javax.vecmath.GVector
Returns the number of elements in this vector.
getW() - Method in class javax.vecmath.Tuple4b
Get w, the fourth value.
getW() - Method in class javax.vecmath.Tuple4d
Get the w coordinate.
getW() - Method in class javax.vecmath.Tuple4f
Get the w coordinate.
getW() - Method in class javax.vecmath.Tuple4i
Get the w coordinate.
getX() - Method in class javax.vecmath.AxisAngle4d
Get value of x coordinate.
getX() - Method in class javax.vecmath.AxisAngle4f
Get value of x coordinate.
getX() - Method in class javax.vecmath.Tuple2d
Get the x coordinate.
getX() - Method in class javax.vecmath.Tuple2f
Get the x coordinate.
getX() - Method in class javax.vecmath.Tuple2i
Get the x coordinate.
getX() - Method in class javax.vecmath.Tuple3b
Get x, the first value.
getX() - Method in class javax.vecmath.Tuple3d
Get the x coordinate.
getX() - Method in class javax.vecmath.Tuple3f
Get the x coordinate.
getX() - Method in class javax.vecmath.Tuple3i
Get the x coordinate.
getX() - Method in class javax.vecmath.Tuple4b
Get x, the first value.
getX() - Method in class javax.vecmath.Tuple4d
Get the x coordinate.
getX() - Method in class javax.vecmath.Tuple4f
Get the x coordinate.
getX() - Method in class javax.vecmath.Tuple4i
Get the x coordinate.
getY() - Method in class javax.vecmath.AxisAngle4d
Get value of y coordinate.
getY() - Method in class javax.vecmath.AxisAngle4f
Get value of y coordinate.
getY() - Method in class javax.vecmath.Tuple2d
Get the y coordinate.
getY() - Method in class javax.vecmath.Tuple2f
Get the y coordinate.
getY() - Method in class javax.vecmath.Tuple2i
Get the y coordinate.
getY() - Method in class javax.vecmath.Tuple3b
Get y, the second value.
getY() - Method in class javax.vecmath.Tuple3d
Get the y coordinate.
getY() - Method in class javax.vecmath.Tuple3f
Get the y coordinate.
getY() - Method in class javax.vecmath.Tuple3i
Get the y coordinate.
getY() - Method in class javax.vecmath.Tuple4b
Get y, the second value.
getY() - Method in class javax.vecmath.Tuple4d
Get the y coordinate.
getY() - Method in class javax.vecmath.Tuple4f
Get the y coordinate.
getY() - Method in class javax.vecmath.Tuple4i
Get the y coordinate.
getZ() - Method in class javax.vecmath.AxisAngle4d
Get value of z coordinate.
getZ() - Method in class javax.vecmath.AxisAngle4f
Get value of z coordinate.
getZ() - Method in class javax.vecmath.Tuple3b
Get z, the third value.
getZ() - Method in class javax.vecmath.Tuple3d
Get the z coordinate.
getZ() - Method in class javax.vecmath.Tuple3f
Get the z coordinate.
getZ() - Method in class javax.vecmath.Tuple3i
Get the z coordinate.
getZ() - Method in class javax.vecmath.Tuple4b
Get z, the third value.
getZ() - Method in class javax.vecmath.Tuple4d
Get the z coordinate.
getZ() - Method in class javax.vecmath.Tuple4f
Get the z coordinate.
getZ() - Method in class javax.vecmath.Tuple4i
Get the z coordinate.
GMatrix - Class in javax.vecmath
A double precision, general, dynamically-resizable, two-dimensional matrix class.
GMatrix(int, int) - Constructor for class javax.vecmath.GMatrix
Constructs an nRow by NCol identity matrix.
GMatrix(int, int, double[]) - Constructor for class javax.vecmath.GMatrix
Constructs an nRow by nCol matrix initialized to the values in the matrix array.
GMatrix(GMatrix) - Constructor for class javax.vecmath.GMatrix
Constructs a new GMatrix and copies the initial values from the parameter matrix.
GVector - Class in javax.vecmath
A double precision, general, dynamically-resizable, one-dimensional vector class.
GVector(double[]) - Constructor for class javax.vecmath.GVector
Constructs a new GVector from the specified array elements.
GVector(double[], int) - Constructor for class javax.vecmath.GVector
Constructs a new GVector of the specified length and initializes it by copying the specified number of elements from the specified array.
GVector(int) - Constructor for class javax.vecmath.GVector
Constructs a new GVector of the specified length with all vector elements initialized to 0.
GVector(GVector) - Constructor for class javax.vecmath.GVector
Constructs a new GVector from the specified vector.
GVector(Tuple2f) - Constructor for class javax.vecmath.GVector
Constructs a new GVector and copies the initial values from the specified tuple.
GVector(Tuple3d) - Constructor for class javax.vecmath.GVector
Constructs a new GVector and copies the initial values from the specified tuple.
GVector(Tuple3f) - Constructor for class javax.vecmath.GVector
Constructs a new GVector and copies the initial values from the specified tuple.
GVector(Tuple4d) - Constructor for class javax.vecmath.GVector
Constructs a new GVector and copies the initial values from the specified tuple.
GVector(Tuple4f) - Constructor for class javax.vecmath.GVector
Constructs a new GVector and copies the initial values from the specified tuple.

H

hashCode() - Method in class javax.vecmath.AxisAngle4d
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.AxisAngle4f
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.GMatrix
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.GVector
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Matrix3d
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Matrix3f
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Matrix4d
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Matrix4f
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple2d
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple2f
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple2i
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple3b
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple3d
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple3f
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple3i
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple4b
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple4d
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple4f
Returns a hash code value based on the data values in this object.
hashCode() - Method in class javax.vecmath.Tuple4i
Returns a hash code value based on the data values in this object.

I

identityMinus() - Method in class javax.vecmath.GMatrix
Subtracts this matrix from the identity matrix and puts the values back into this (this = I - this).
interpolate(GVector, double) - Method in class javax.vecmath.GVector
Linearly interpolates between this vector and vector v1 and places the result into this tuple: this = (1-alpha)*this + alpha*v1.
interpolate(GVector, float) - Method in class javax.vecmath.GVector
Deprecated.
Use interpolate(GVector, double) instead
interpolate(GVector, GVector, double) - Method in class javax.vecmath.GVector
Linearly interpolates between vectors v1 and v2 and places the result into this tuple: this = (1-alpha)*v1 + alpha*v2.
interpolate(GVector, GVector, float) - Method in class javax.vecmath.GVector
Deprecated.
Use interpolate(GVector, GVector, double) instead
interpolate(Quat4d, double) - Method in class javax.vecmath.Quat4d
Performs a great circle interpolation between this quaternion and the quaternion parameter and places the result into this quaternion.
interpolate(Quat4d, Quat4d, double) - Method in class javax.vecmath.Quat4d
Performs a great circle interpolation between quaternion q1 and quaternion q2 and places the result into this quaternion.
interpolate(Quat4f, float) - Method in class javax.vecmath.Quat4f
Performs a great circle interpolation between this quaternion and the quaternion parameter and places the result into this quaternion.
interpolate(Quat4f, Quat4f, float) - Method in class javax.vecmath.Quat4f
Performs a great circle interpolation between quaternion q1 and quaternion q2 and places the result into this quaternion.
interpolate(Tuple2d, double) - Method in class javax.vecmath.Tuple2d
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = (1-alpha)*this + alpha*t1.
interpolate(Tuple2d, Tuple2d, double) - Method in class javax.vecmath.Tuple2d
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = (1-alpha)*t1 + alpha*t2.
interpolate(Tuple2f, float) - Method in class javax.vecmath.Tuple2f
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = (1-alpha)*this + alpha*t1.
interpolate(Tuple2f, Tuple2f, float) - Method in class javax.vecmath.Tuple2f
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = (1-alpha)*t1 + alpha*t2.
interpolate(Tuple3d, double) - Method in class javax.vecmath.Tuple3d
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = (1-alpha)*this + alpha*t1.
interpolate(Tuple3d, float) - Method in class javax.vecmath.Tuple3d
Deprecated.
Use interpolate(Tuple3d,double) instead
interpolate(Tuple3d, Tuple3d, double) - Method in class javax.vecmath.Tuple3d
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = (1-alpha)*t1 + alpha*t2.
interpolate(Tuple3d, Tuple3d, float) - Method in class javax.vecmath.Tuple3d
Deprecated.
Use interpolate(Tuple3d,Tuple3d,double) instead
interpolate(Tuple3f, float) - Method in class javax.vecmath.Tuple3f
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = (1-alpha)*this + alpha*t1.
interpolate(Tuple3f, Tuple3f, float) - Method in class javax.vecmath.Tuple3f
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = (1-alpha)*t1 + alpha*t2.
interpolate(Tuple4d, double) - Method in class javax.vecmath.Tuple4d
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = (1-alpha)*this + alpha*t1.
interpolate(Tuple4d, float) - Method in class javax.vecmath.Tuple4d
Deprecated.
Use interpolate(Tuple4d,double) instead
interpolate(Tuple4d, Tuple4d, double) - Method in class javax.vecmath.Tuple4d
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = (1-alpha)*t1 + alpha*t2.
interpolate(Tuple4d, Tuple4d, float) - Method in class javax.vecmath.Tuple4d
Deprecated.
Use interpolate(Tuple4d,Tuple4d,double) instead
interpolate(Tuple4f, float) - Method in class javax.vecmath.Tuple4f
Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = (1-alpha)*this + alpha*t1.
interpolate(Tuple4f, Tuple4f, float) - Method in class javax.vecmath.Tuple4f
Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = (1-alpha)*t1 + alpha*t2.
inverse() - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to the quaternion inverse of itself.
inverse() - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the quaternion inverse of itself.
inverse(Quat4d) - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to quaternion inverse of quaternion q1.
inverse(Quat4f) - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to quaternion inverse of quaternion q1.
invert() - Method in class javax.vecmath.GMatrix
Inverts this matrix in place.
invert() - Method in class javax.vecmath.Matrix3d
Inverts this matrix in place.
invert() - Method in class javax.vecmath.Matrix3f
Inverts this matrix in place.
invert() - Method in class javax.vecmath.Matrix4d
Inverts this matrix in place.
invert() - Method in class javax.vecmath.Matrix4f
Inverts this matrix in place.
invert(GMatrix) - Method in class javax.vecmath.GMatrix
Inverts matrix m1 and places the new values into this matrix.
invert(Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the matrix inverse of the passed matrix m1.
invert(Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the matrix inverse of the passed matrix m1.
invert(Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to the matrix inverse of the passed (user declared) matrix m1.
invert(Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the matrix inverse of the passed (user declared) matrix m1.

J

javax.vecmath - package javax.vecmath
Provides 3D vector mathematics classes.

L

length() - Method in class javax.vecmath.Vector2d
Returns the length of this vector.
length() - Method in class javax.vecmath.Vector2f
Returns the length of this vector.
length() - Method in class javax.vecmath.Vector3d
Returns the length of this vector.
length() - Method in class javax.vecmath.Vector3f
Returns the length of this vector.
length() - Method in class javax.vecmath.Vector4d
Returns the length of this vector.
length() - Method in class javax.vecmath.Vector4f
Returns the length of this vector.
lengthSquared() - Method in class javax.vecmath.Vector2d
Returns the squared length of this vector.
lengthSquared() - Method in class javax.vecmath.Vector2f
Returns the squared length of this vector.
lengthSquared() - Method in class javax.vecmath.Vector3d
Returns the squared length of this vector.
lengthSquared() - Method in class javax.vecmath.Vector3f
Returns the squared length of this vector.
lengthSquared() - Method in class javax.vecmath.Vector4d
Returns the squared length of this vector.
lengthSquared() - Method in class javax.vecmath.Vector4f
Returns the squared length of this vector
LUD(GMatrix, GVector) - Method in class javax.vecmath.GMatrix
LU Decomposition: this matrix must be a square matrix and the LU GMatrix parameter must be the same size as this matrix.
LUDBackSolve(GMatrix, GVector, GVector) - Method in class javax.vecmath.GVector
LU Decomposition Back Solve; this method takes the LU matrix and the permutation vector produced by the GMatrix method LUD and solves the equation (LU)*x = b by placing the solution vector x into this vector.

M

m00 - Variable in class javax.vecmath.Matrix3d
The first matrix element in the first row.
m00 - Variable in class javax.vecmath.Matrix3f
The first matrix element in the first row.
m00 - Variable in class javax.vecmath.Matrix4d
The first element of the first row.
m00 - Variable in class javax.vecmath.Matrix4f
The first element of the first row.
m01 - Variable in class javax.vecmath.Matrix3d
The second matrix element in the first row.
m01 - Variable in class javax.vecmath.Matrix3f
The second matrix element in the first row.
m01 - Variable in class javax.vecmath.Matrix4d
The second element of the first row.
m01 - Variable in class javax.vecmath.Matrix4f
The second element of the first row.
m02 - Variable in class javax.vecmath.Matrix3d
The third matrix element in the first row.
m02 - Variable in class javax.vecmath.Matrix3f
The third matrix element in the first row.
m02 - Variable in class javax.vecmath.Matrix4d
The third element of the first row.
m02 - Variable in class javax.vecmath.Matrix4f
The third element of the first row.
m03 - Variable in class javax.vecmath.Matrix4d
The fourth element of the first row.
m03 - Variable in class javax.vecmath.Matrix4f
The fourth element of the first row.
m10 - Variable in class javax.vecmath.Matrix3d
The first matrix element in the second row.
m10 - Variable in class javax.vecmath.Matrix3f
The first matrix element in the second row.
m10 - Variable in class javax.vecmath.Matrix4d
The first element of the second row.
m10 - Variable in class javax.vecmath.Matrix4f
The first element of the second row.
m11 - Variable in class javax.vecmath.Matrix3d
The second matrix element in the second row.
m11 - Variable in class javax.vecmath.Matrix3f
The second matrix element in the second row.
m11 - Variable in class javax.vecmath.Matrix4d
The second element of the second row.
m11 - Variable in class javax.vecmath.Matrix4f
The second element of the second row.
m12 - Variable in class javax.vecmath.Matrix3d
The third matrix element in the second row.
m12 - Variable in class javax.vecmath.Matrix3f
The third matrix element in the second row.
m12 - Variable in class javax.vecmath.Matrix4d
The third element of the second row.
m12 - Variable in class javax.vecmath.Matrix4f
The third element of the second row.
m13 - Variable in class javax.vecmath.Matrix4d
The fourth element of the second row.
m13 - Variable in class javax.vecmath.Matrix4f
The fourth element of the second row.
m20 - Variable in class javax.vecmath.Matrix3d
The first matrix element in the third row.
m20 - Variable in class javax.vecmath.Matrix3f
The first matrix element in the third row.
m20 - Variable in class javax.vecmath.Matrix4d
The first element of the third row.
m20 - Variable in class javax.vecmath.Matrix4f
The first element of the third row.
m21 - Variable in class javax.vecmath.Matrix3d
The second matrix element in the third row.
m21 - Variable in class javax.vecmath.Matrix3f
The second matrix element in the third row.
m21 - Variable in class javax.vecmath.Matrix4d
The second element of the third row.
m21 - Variable in class javax.vecmath.Matrix4f
The second element of the third row.
m22 - Variable in class javax.vecmath.Matrix3d
The third matrix element in the third row.
m22 - Variable in class javax.vecmath.Matrix3f
The third matrix element in the third row.
m22 - Variable in class javax.vecmath.Matrix4d
The third element of the third row.
m22 - Variable in class javax.vecmath.Matrix4f
The third element of the third row.
m23 - Variable in class javax.vecmath.Matrix4d
The fourth element of the third row.
m23 - Variable in class javax.vecmath.Matrix4f
The fourth element of the third row.
m30 - Variable in class javax.vecmath.Matrix4d
The first element of the fourth row.
m30 - Variable in class javax.vecmath.Matrix4f
The first element of the fourth row.
m31 - Variable in class javax.vecmath.Matrix4d
The second element of the fourth row.
m31 - Variable in class javax.vecmath.Matrix4f
The second element of the fourth row.
m32 - Variable in class javax.vecmath.Matrix4d
The third element of the fourth row.
m32 - Variable in class javax.vecmath.Matrix4f
The third element of the fourth row.
m33 - Variable in class javax.vecmath.Matrix4d
The fourth element of the fourth row.
m33 - Variable in class javax.vecmath.Matrix4f
The fourth element of the fourth row.
Matrix3d - Class in javax.vecmath
A double precision floating point 3 by 3 matrix.
Matrix3d() - Constructor for class javax.vecmath.Matrix3d
Constructs and initializes a Matrix3d to all zeros.
Matrix3d(double[]) - Constructor for class javax.vecmath.Matrix3d
Constructs and initializes a Matrix3d from the specified nine- element array.
Matrix3d(double, double, double, double, double, double, double, double, double) - Constructor for class javax.vecmath.Matrix3d
Constructs and initializes a Matrix3d from the specified nine values.
Matrix3d(Matrix3d) - Constructor for class javax.vecmath.Matrix3d
Constructs a new matrix with the same values as the Matrix3d parameter.
Matrix3d(Matrix3f) - Constructor for class javax.vecmath.Matrix3d
Constructs a new matrix with the same values as the Matrix3f parameter.
Matrix3f - Class in javax.vecmath
A single precision floating point 3 by 3 matrix.
Matrix3f() - Constructor for class javax.vecmath.Matrix3f
Constructs and initializes a Matrix3f to all zeros.
Matrix3f(float[]) - Constructor for class javax.vecmath.Matrix3f
Constructs and initializes a Matrix3f from the specified nine-element array.
Matrix3f(float, float, float, float, float, float, float, float, float) - Constructor for class javax.vecmath.Matrix3f
Constructs and initializes a Matrix3f from the specified nine values.
Matrix3f(Matrix3d) - Constructor for class javax.vecmath.Matrix3f
Constructs a new matrix with the same values as the Matrix3d parameter.
Matrix3f(Matrix3f) - Constructor for class javax.vecmath.Matrix3f
Constructs a new matrix with the same values as the Matrix3f parameter.
Matrix4d - Class in javax.vecmath
A double precision floating point 4 by 4 matrix.
Matrix4d() - Constructor for class javax.vecmath.Matrix4d
Constructs and initializes a Matrix4d to all zeros.
Matrix4d(double[]) - Constructor for class javax.vecmath.Matrix4d
Constructs and initializes a Matrix4d from the specified 16 element array.
Matrix4d(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class javax.vecmath.Matrix4d
Constructs and initializes a Matrix4d from the specified 16 values.
Matrix4d(Matrix3d, Vector3d, double) - Constructor for class javax.vecmath.Matrix4d
Constructs and initializes a Matrix4f from the rotation matrix, translation, and scale values; the scale is applied only to the rotational components of the matrix (upper 3x3) and not to the translational components of the matrix.
Matrix4d(Matrix3f, Vector3d, double) - Constructor for class javax.vecmath.Matrix4d
Constructs and initializes a Matrix4d from the rotation matrix, translation, and scale values; the scale is applied only to the rotational components of the matrix (upper 3x3) and not to the translational components of the matrix.
Matrix4d(Matrix4d) - Constructor for class javax.vecmath.Matrix4d
Constructs a new matrix with the same values as the Matrix4d parameter.
Matrix4d(Matrix4f) - Constructor for class javax.vecmath.Matrix4d
Constructs a new matrix with the same values as the Matrix4f parameter.
Matrix4d(Quat4d, Vector3d, double) - Constructor for class javax.vecmath.Matrix4d
Constructs and initializes a Matrix4d from the quaternion, translation, and scale values; the scale is applied only to the rotational components of the matrix (upper 3x3) and not to the translational components.
Matrix4d(Quat4f, Vector3d, double) - Constructor for class javax.vecmath.Matrix4d
Constructs and initializes a Matrix4d from the quaternion, translation, and scale values; the scale is applied only to the rotational components of the matrix (upper 3x3) and not to the translational components.
Matrix4f - Class in javax.vecmath
A single precision floating point 4 by 4 matrix.
Matrix4f() - Constructor for class javax.vecmath.Matrix4f
Constructs and initializes a Matrix4f to all zeros.
Matrix4f(float[]) - Constructor for class javax.vecmath.Matrix4f
Constructs and initializes a Matrix4f from the specified 16 element array.
Matrix4f(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Constructor for class javax.vecmath.Matrix4f
Constructs and initializes a Matrix4f from the specified 16 values.
Matrix4f(Matrix3f, Vector3f, float) - Constructor for class javax.vecmath.Matrix4f
Constructs and initializes a Matrix4f from the rotation matrix, translation, and scale values; the scale is applied only to the rotational components of the matrix (upper 3x3) and not to the translational components of the matrix.
Matrix4f(Matrix4d) - Constructor for class javax.vecmath.Matrix4f
Constructs a new matrix with the same values as the Matrix4d parameter.
Matrix4f(Matrix4f) - Constructor for class javax.vecmath.Matrix4f
Constructs a new matrix with the same values as the Matrix4f parameter.
Matrix4f(Quat4f, Vector3f, float) - Constructor for class javax.vecmath.Matrix4f
Constructs and initializes a Matrix4f from the quaternion, translation, and scale values; the scale is applied only to the rotational components of the matrix (upper 3x3) and not to the translational components.
MismatchedSizeException - Exception in javax.vecmath
Indicates that an operation cannot be completed properly because of a mismatch in the sizes of object attributes.
MismatchedSizeException() - Constructor for exception javax.vecmath.MismatchedSizeException
Create the exception object with default values.
MismatchedSizeException(String) - Constructor for exception javax.vecmath.MismatchedSizeException
Create the exception object that outputs a message.
mul(double) - Method in class javax.vecmath.Matrix3d
Multiplies each element of this matrix by a scalar.
mul(double) - Method in class javax.vecmath.Matrix4d
Multiplies each element of this matrix by a scalar.
mul(double, Matrix3d) - Method in class javax.vecmath.Matrix3d
Multiplies each element of matrix m1 by a scalar and places the result into this.
mul(double, Matrix4d) - Method in class javax.vecmath.Matrix4d
Multiplies each element of matrix m1 by a scalar and places the result into this.
mul(float) - Method in class javax.vecmath.Matrix3f
Multiplies each element of this matrix by a scalar.
mul(float) - Method in class javax.vecmath.Matrix4f
Multiplies each element of this matrix by a scalar.
mul(float, Matrix3f) - Method in class javax.vecmath.Matrix3f
Multiplies each element of matrix m1 by a scalar and places the result into this.
mul(float, Matrix4f) - Method in class javax.vecmath.Matrix4f
Multiplies each element of matrix m1 by a scalar and places the result into this.
mul(GMatrix) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to the result of multiplying itself with matrix m1 (this = this * m1).
mul(GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to the result of multiplying the two argument matrices together (this = m1 * m2).
mul(GMatrix, GVector) - Method in class javax.vecmath.GVector
Multiplies matrix m1 times Vector v1 and places the result into this vector (this = m1*v1).
mul(GVector, GMatrix) - Method in class javax.vecmath.GVector
Multiplies the transpose of vector v1 (ie, v1 becomes a row vector with respect to the multiplication) times matrix m1 and places the result into this vector (this = transpose(v1)*m1).
mul(GVector, GVector) - Method in class javax.vecmath.GMatrix
Computes the outer product of the two vectors; multiplies the the first vector by the transpose of the second vector and places the matrix result into this matrix.
mul(Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the result of multiplying itself with matrix m1.
mul(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the result of multiplying the two argument matrices together.
mul(Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the result of multiplying itself with matrix m1.
mul(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the result of multiplying the two argument matrices together.
mul(Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to the result of multiplying itself with matrix m1.
mul(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to the result of multiplying the two argument matrices together.
mul(Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the result of multiplying itself with matrix m1.
mul(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the result of multiplying the two argument matrices together.
mul(Quat4d) - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to the quaternion product of itself and q1 (this = this * q1).
mul(Quat4d, Quat4d) - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to the quaternion product of quaternions q1 and q2 (this = q1 * q2).
mul(Quat4f) - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the quaternion product of itself and q1 (this = this * q1).
mul(Quat4f, Quat4f) - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the quaternion product of quaternions q1 and q2 (this = q1 * q2).
mulInverse(Quat4d) - Method in class javax.vecmath.Quat4d
Multiplies this quaternion by the inverse of quaternion q1 and places the value into this quaternion.
mulInverse(Quat4d, Quat4d) - Method in class javax.vecmath.Quat4d
Multiplies quaternion q1 by the inverse of quaternion q2 and places the value into this quaternion.
mulInverse(Quat4f) - Method in class javax.vecmath.Quat4f
Multiplies this quaternion by the inverse of quaternion q1 and places the value into this quaternion.
mulInverse(Quat4f, Quat4f) - Method in class javax.vecmath.Quat4f
Multiplies quaternion q1 by the inverse of quaternion q2 and places the value into this quaternion.
mulNormalize(Matrix3d) - Method in class javax.vecmath.Matrix3d
Multiplies this matrix by matrix m1, does an SVD normalization of the result, and places the result back into this matrix this = SVDnorm(this*m1).
mulNormalize(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
Multiplies matrix m1 by matrix m2, does an SVD normalization of the result, and places the result into this matrix this = SVDnorm(m1*m2).
mulNormalize(Matrix3f) - Method in class javax.vecmath.Matrix3f
Multiplies this matrix by matrix m1, does an SVD normalization of the result, and places the result back into this matrix.
mulNormalize(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
Multiplies matrix m1 by matrix m2, does an SVD normalization of the result, and places the result into this matrix.
mulTransposeBoth(GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
Multiplies the transpose of matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeBoth(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
Multiplies the transpose of matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeBoth(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
Multiplies the transpose of matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeBoth(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
Multiplies the transpose of matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeBoth(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
Multiplies the transpose of matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeLeft(GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
Multiplies the transpose of matrix m1 times matrix m2, and places the result into this.
mulTransposeLeft(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
Multiplies the transpose of matrix m1 times matrix m2, and places the result into this.
mulTransposeLeft(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
Multiplies the transpose of matrix m1 times matrix m2, and places the result into this.
mulTransposeLeft(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
Multiplies the transpose of matrix m1 times matrix m2, and places the result into this.
mulTransposeLeft(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
Multiplies the transpose of matrix m1 times matrix m2, and places the result into this.
mulTransposeRight(GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
Multiplies matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeRight(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
Multiplies matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeRight(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
Multiplies matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeRight(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
Multiplies matrix m1 times the transpose of matrix m2, and places the result into this.
mulTransposeRight(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
Multiplies matrix m1 times the transpose of matrix m2, and places the result into this.

N

negate() - Method in class javax.vecmath.GMatrix
Negates the value of this matrix: this = -this.
negate() - Method in class javax.vecmath.GVector
Negates the value of this vector: this = -this.
negate() - Method in class javax.vecmath.Matrix3d
Negates the value of this matrix: this = -this.
negate() - Method in class javax.vecmath.Matrix3f
Negates the value of this matrix: this = -this.
negate() - Method in class javax.vecmath.Matrix4d
Negates the value of this matrix: this = -this.
negate() - Method in class javax.vecmath.Matrix4f
Negates the value of this matrix: this = -this.
negate() - Method in class javax.vecmath.Tuple2d
Negates the value of this vector in place.
negate() - Method in class javax.vecmath.Tuple2f
Negates the value of this vector in place.
negate() - Method in class javax.vecmath.Tuple2i
Negates the value of this tuple in place.
negate() - Method in class javax.vecmath.Tuple3d
Negates the value of this tuple in place.
negate() - Method in class javax.vecmath.Tuple3f
Negates the value of this tuple in place.
negate() - Method in class javax.vecmath.Tuple3i
Negates the value of this tuple in place.
negate() - Method in class javax.vecmath.Tuple4d
Negates the value of this tuple in place.
negate() - Method in class javax.vecmath.Tuple4f
Negates the value of this tuple in place.
negate() - Method in class javax.vecmath.Tuple4i
Negates the value of this tuple in place.
negate(GMatrix) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix equal to the negation of of the GMatrix parameter.
negate(Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix equal to the negation of of the Matrix3d parameter.
negate(Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix equal to the negation of of the Matrix3f parameter.
negate(Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix equal to the negation of of the Matrix4d parameter.
negate(Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix equal to the negation of of the Matrix4f parameter.
negate(Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the negation of tuple t1.
negate(Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the negation of tuple t1.
negate(Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the negation of tuple t1.
negate(Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the negation of tuple t1.
negate(Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the negation of tuple t1.
negate(Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the negation of tuple t1.
negate(Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the negation of tuple t1.
negate(Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the negation of tuple t1.
negate(Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the negation of tuple t1.
norm() - Method in class javax.vecmath.GVector
Returns the square root of the sum of the squares of this vector (its length in n-dimensional space).
normalize() - Method in class javax.vecmath.GVector
Normalizes this vector in place.
normalize() - Method in class javax.vecmath.Matrix3d
Performs singular value decomposition normalization of this matrix.
normalize() - Method in class javax.vecmath.Matrix3f
Performs singular value decomposition normalization of this matrix.
normalize() - Method in class javax.vecmath.Quat4d
Normalizes the value of this quaternion in place.
normalize() - Method in class javax.vecmath.Quat4f
Normalizes the value of this quaternion in place.
normalize() - Method in class javax.vecmath.Vector2d
Normalizes this vector in place.
normalize() - Method in class javax.vecmath.Vector2f
Normalizes this vector in place.
normalize() - Method in class javax.vecmath.Vector3d
Normalizes this vector in place.
normalize() - Method in class javax.vecmath.Vector3f
Normalizes this vector in place.
normalize() - Method in class javax.vecmath.Vector4d
Normalizes this vector in place.
normalize() - Method in class javax.vecmath.Vector4f
Normalizes this vector in place.
normalize(GVector) - Method in class javax.vecmath.GVector
Sets the value of this vector to the normalization of vector v1.
normalize(Matrix3d) - Method in class javax.vecmath.Matrix3d
Perform singular value decomposition normalization of matrix m1 and place the normalized values into this.
normalize(Matrix3f) - Method in class javax.vecmath.Matrix3f
Perform singular value decomposition normalization of matrix m1 and place the normalized values into this.
normalize(Quat4d) - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to the normalized value of quaternion q1.
normalize(Quat4f) - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the normalized value of quaternion q1.
normalize(Vector2d) - Method in class javax.vecmath.Vector2d
Sets the value of this vector to the normalization of vector v1.
normalize(Vector2f) - Method in class javax.vecmath.Vector2f
Sets the value of this vector to the normalization of vector v1.
normalize(Vector3d) - Method in class javax.vecmath.Vector3d
Sets the value of this vector to the normalization of vector v1.
normalize(Vector3f) - Method in class javax.vecmath.Vector3f
Sets the value of this vector to the normalization of vector v1.
normalize(Vector4d) - Method in class javax.vecmath.Vector4d
Sets the value of this vector to the normalization of vector v1.
normalize(Vector4f) - Method in class javax.vecmath.Vector4f
Sets the value of this vector to the normalization of vector v1.
normalizeCP() - Method in class javax.vecmath.Matrix3d
Perform cross product normalization of this matrix.
normalizeCP() - Method in class javax.vecmath.Matrix3f
Perform cross product normalization of this matrix.
normalizeCP(Matrix3d) - Method in class javax.vecmath.Matrix3d
Perform cross product normalization of matrix m1 and place the normalized values into this.
normalizeCP(Matrix3f) - Method in class javax.vecmath.Matrix3f
Perform cross product normalization of matrix m1 and place the normalized values into this.
normSquared() - Method in class javax.vecmath.GVector
Returns the sum of the squares of this vector (its length squared in n-dimensional space).

P

Point2d - Class in javax.vecmath
A 2 element point that is represented by double precision floating point x,y coordinates.
Point2d() - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d to (0,0).
Point2d(double[]) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified array.
Point2d(double, double) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified xy coordinates.
Point2d(Point2d) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified Point2d.
Point2d(Point2f) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified Point2f.
Point2d(Tuple2d) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified Tuple2d.
Point2d(Tuple2f) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified Tuple2f.
Point2f - Class in javax.vecmath
A 2 element point that is represented by single precision floating point x,y coordinates.
Point2f() - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f to (0,0).
Point2f(float[]) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified array.
Point2f(float, float) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified xy coordinates.
Point2f(Point2d) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified Point2d.
Point2f(Point2f) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified Point2f.
Point2f(Tuple2d) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified Tuple2d.
Point2f(Tuple2f) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified Tuple2f.
Point2i - Class in javax.vecmath
A 2-element point represented by signed integer x,y coordinates.
Point2i() - Constructor for class javax.vecmath.Point2i
Constructs and initializes a Point2i to (0,0).
Point2i(int[]) - Constructor for class javax.vecmath.Point2i
Constructs and initializes a Point2i from the array of length 2.
Point2i(int, int) - Constructor for class javax.vecmath.Point2i
Constructs and initializes a Point2i from the specified x and y coordinates.
Point2i(Tuple2i) - Constructor for class javax.vecmath.Point2i
Constructs and initializes a Point2i from the specified Tuple2i.
Point3d - Class in javax.vecmath
A 3 element point that is represented by double precision floating point x,y,z coordinates.
Point3d() - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d to (0,0,0).
Point3d(double[]) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the array of length 3.
Point3d(double, double, double) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the specified xyz coordinates.
Point3d(Point3d) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the specified Point3d.
Point3d(Point3f) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the specified Point3f.
Point3d(Tuple3d) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the specified Tuple3d.
Point3d(Tuple3f) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the specified Tuple3f.
Point3f - Class in javax.vecmath
A 3 element point that is represented by single precision floating point x,y,z coordinates.
Point3f() - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f to (0,0,0).
Point3f(float[]) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the array of length 3.
Point3f(float, float, float) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the specified xyz coordinates.
Point3f(Point3d) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the specified Point3d.
Point3f(Point3f) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the specified Point3f.
Point3f(Tuple3d) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the specified Tuple3d.
Point3f(Tuple3f) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the specified Tuple3f.
Point3i - Class in javax.vecmath
A 3 element point represented by signed integer x,y,z coordinates.
Point3i() - Constructor for class javax.vecmath.Point3i
Constructs and initializes a Point3i to (0,0,0).
Point3i(int[]) - Constructor for class javax.vecmath.Point3i
Constructs and initializes a Point3i from the array of length 3.
Point3i(int, int, int) - Constructor for class javax.vecmath.Point3i
Constructs and initializes a Point3i from the specified x, y, and z coordinates.
Point3i(Tuple3i) - Constructor for class javax.vecmath.Point3i
Constructs and initializes a Point3i from the specified Tuple3i.
Point4d - Class in javax.vecmath
A 4 element vector represented by double precision floating point x,y,z,w coordinates.
Point4d() - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d to (0,0,0,0).
Point4d(double[]) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the coordinates contained in the array.
Point4d(double, double, double, double) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified xyzw coordinates.
Point4d(Point4d) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified Point4d.
Point4d(Point4f) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified Point4f.
Point4d(Tuple3d) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified Tuple3d.
Point4d(Tuple4d) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified Tuple4d.
Point4d(Tuple4f) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified Tuple4f.
Point4f - Class in javax.vecmath
A 4 element point represented by single precision floating point x,y,z,w coordinates.
Point4f() - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f to (0,0,0,0).
Point4f(float[]) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the array of length 4.
Point4f(float, float, float, float) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified xyzw coordinates.
Point4f(Point4d) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified Point4d.
Point4f(Point4f) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified Point4f.
Point4f(Tuple3f) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified Tuple3f.
Point4f(Tuple4d) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified Tuple4d.
Point4f(Tuple4f) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified Tuple4f.
Point4i - Class in javax.vecmath
A 4 element point represented by signed integer x,y,z,w coordinates.
Point4i() - Constructor for class javax.vecmath.Point4i
Constructs and initializes a Point4i to (0,0,0,0).
Point4i(int[]) - Constructor for class javax.vecmath.Point4i
Constructs and initializes a Point4i from the array of length 4.
Point4i(int, int, int, int) - Constructor for class javax.vecmath.Point4i
Constructs and initializes a Point4i from the specified x, y, z, and w coordinates.
Point4i(Tuple4i) - Constructor for class javax.vecmath.Point4i
Constructs and initializes a Point4i from the specified Tuple4i.
project(Point4d) - Method in class javax.vecmath.Point3d
Multiplies each of the x,y,z components of the Point4d parameter by 1/w and places the projected values into this point.
project(Point4d) - Method in class javax.vecmath.Point4d
Multiplies each of the x,y,z components of the Point4d parameter by 1/w, places the projected values into this point, and places a 1 as the w parameter of this point.
project(Point4f) - Method in class javax.vecmath.Point3f
Multiplies each of the x,y,z components of the Point4f parameter by 1/w and places the projected values into this point.
project(Point4f) - Method in class javax.vecmath.Point4f
Multiplies each of the x,y,z components of the Point4f parameter by 1/w, places the projected values into this point, and places a 1 as the w parameter of this point.

Q

Quat4d - Class in javax.vecmath
A 4-element quaternion represented by double precision floating point x,y,z,w coordinates.
Quat4d() - Constructor for class javax.vecmath.Quat4d
Constructs and initializes a Quat4d to (0,0,0,0).
Quat4d(double[]) - Constructor for class javax.vecmath.Quat4d
Constructs and initializes a Quat4d from the array of length 4.
Quat4d(double, double, double, double) - Constructor for class javax.vecmath.Quat4d
Constructs and initializes a Quat4d from the specified xyzw coordinates.
Quat4d(Quat4d) - Constructor for class javax.vecmath.Quat4d
Constructs and initializes a Quat4d from the specified Quat4d.
Quat4d(Quat4f) - Constructor for class javax.vecmath.Quat4d
Constructs and initializes a Quat4d from the specified Quat4f.
Quat4d(Tuple4d) - Constructor for class javax.vecmath.Quat4d
Constructs and initializes a Quat4d from the specified Tuple4d.
Quat4d(Tuple4f) - Constructor for class javax.vecmath.Quat4d
Constructs and initializes a Quat4d from the specified Tuple4f.
Quat4f - Class in javax.vecmath
A 4 element unit quaternion represented by single precision floating point x,y,z,w coordinates.
Quat4f() - Constructor for class javax.vecmath.Quat4f
Constructs and initializes a Quat4f to (0.0,0.0,0.0,0.0).
Quat4f(float[]) - Constructor for class javax.vecmath.Quat4f
Constructs and initializes a Quat4f from the array of length 4.
Quat4f(float, float, float, float) - Constructor for class javax.vecmath.Quat4f
Constructs and initializes a Quat4f from the specified xyzw coordinates.
Quat4f(Quat4d) - Constructor for class javax.vecmath.Quat4f
Constructs and initializes a Quat4f from the specified Quat4d.
Quat4f(Quat4f) - Constructor for class javax.vecmath.Quat4f
Constructs and initializes a Quat4f from the specified Quat4f.
Quat4f(Tuple4d) - Constructor for class javax.vecmath.Quat4f
Constructs and initializes a Quat4f from the specified Tuple4d.
Quat4f(Tuple4f) - Constructor for class javax.vecmath.Quat4f
Constructs and initializes a Quat4f from the specified Tuple4f.

R

rotX(double) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to a counter clockwise rotation about the x axis.
rotX(double) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to a counter-clockwise rotation about the x axis.
rotX(float) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to a counter clockwise rotation about the x axis.
rotX(float) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to a counter clockwise rotation about the x axis.
rotY(double) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to a counter clockwise rotation about the y axis.
rotY(double) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to a counter-clockwise rotation about the y axis.
rotY(float) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to a counter clockwise rotation about the y axis.
rotY(float) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to a counter clockwise rotation about the y axis.
rotZ(double) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to a counter clockwise rotation about the z axis.
rotZ(double) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to a counter-clockwise rotation about the z axis.
rotZ(float) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to a counter clockwise rotation about the z axis.
rotZ(float) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to a counter clockwise rotation about the z axis.

S

scale(double) - Method in class javax.vecmath.GVector
Scales this vector by the scale factor s.
scale(double) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the scalar multiplication of itself.
scale(double) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the scalar multiplication of itself.
scale(double) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the scalar multiplication of the scale factor with this.
scale(double, GVector) - Method in class javax.vecmath.GVector
Sets the value of this vector to the scalar multiplication of the scale factor with the vector v1.
scale(double, Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the scalar multiplication of tuple t1.
scale(double, Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the scalar multiplication of tuple t1.
scale(double, Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the scalar multiplication of the scale factor with the tuple t1.
scale(float) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the scalar multiplication of itself.
scale(float) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the scalar multiplication of the scale factor with this.
scale(float) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the scalar multiplication of the scale factor with this.
scale(float, Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the scalar multiplication of tuple t1.
scale(float, Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets the value of this vector to the scalar multiplication of tuple t1.
scale(float, Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the scalar multiplication of tuple t1.
scale(int) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the scalar multiplication of the scale factor with this.
scale(int) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the scalar multiplication of the scale factor with this.
scale(int) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the scalar multiplication of the scale factor with this.
scale(int, Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the scalar multiplication of tuple t1.
scale(int, Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the scalar multiplication of tuple t1.
scale(int, Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the scalar multiplication of tuple t1.
scaleAdd(double, GVector, GVector) - Method in class javax.vecmath.GVector
Sets the value of this vector to the scalar multiplication by s of vector v1 plus vector v2 (this = s*v1 + v2).
scaleAdd(double, Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + t1).
scaleAdd(double, Tuple2d, Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the scalar multiplication of tuple t1 and then adds tuple t2 (this = s*t1 + t2).
scaleAdd(double, Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + t1).
scaleAdd(double, Tuple3d, Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the scalar multiplication of tuple t1 and then adds tuple t2 (this = s*t1 + t2).
scaleAdd(double, Tuple3f) - Method in class javax.vecmath.Tuple3d
Deprecated.
Use scaleAdd(double,Tuple3d) instead
scaleAdd(double, Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + t1).
scaleAdd(double, Tuple4d, Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the scalar multiplication by s of tuple t1 plus tuple t2 (this = s*t1 + t2).
scaleAdd(float, Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + t1).
scaleAdd(float, Tuple2f, Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the scalar multiplication of tuple t1 and then adds tuple t2 (this = s*t1 + t2).
scaleAdd(float, Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + t1).
scaleAdd(float, Tuple3f, Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the scalar multiplication of tuple t1 and then adds tuple t2 (this = s*t1 + t2).
scaleAdd(float, Tuple4d) - Method in class javax.vecmath.Tuple4d
Deprecated.
Use scaleAdd(double,Tuple4d) instead
scaleAdd(float, Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + t1).
scaleAdd(float, Tuple4f, Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*t1 + t2).
scaleAdd(int, Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + t1).
scaleAdd(int, Tuple2i, Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*t1 + t2).
scaleAdd(int, Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + t1).
scaleAdd(int, Tuple3i, Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*t1 + t2).
scaleAdd(int, Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + t1).
scaleAdd(int, Tuple4i, Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*t1 + t2).
set(byte[]) - Method in class javax.vecmath.Tuple3b
Sets the value of the x,y,z, data members of this tuple to the values in the array t of length 3.
set(byte[]) - Method in class javax.vecmath.Tuple4b
Sets the value of the data members of this tuple to the value of the array b of length 4.
set(double) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to a scale matrix with the passed scale amount.
set(double) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to a scale matrix with the passed scale amount.
set(double[]) - Method in class javax.vecmath.AxisAngle4d
Sets the value of this axis angle to the specified x,y,z,angle.
set(double[]) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to the values found in the array parameter.
set(double[]) - Method in class javax.vecmath.GVector
Sets the value of this vector to the values found in the array parameter.
set(double[]) - Method in class javax.vecmath.Matrix3d
Sets the values in this Matrix3d equal to the row-major array parameter (ie, the first three elements of the array will be copied into the first row of this matrix, etc.).
set(double[]) - Method in class javax.vecmath.Matrix4d
Sets the values in this Matrix4d equal to the row-major array parameter (ie, the first four elements of the array will be copied into the first row of this matrix, etc.).
set(double[]) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple from the 2 values specified in the array.
set(double[]) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the value of the xyz coordinates located in the array of length 3.
set(double[]) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the specified xyzw coordinates.
set(double, double) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the specified xy coordinates.
set(double, double, double) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the specified xyz coordinates.
set(double, double, double, double) - Method in class javax.vecmath.AxisAngle4d
Sets the value of this axis angle to the specified x,y,z,angle.
set(double, double, double, double) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the specified xyzw coordinates.
set(double, Vector3d) - Method in class javax.vecmath.Matrix4d
Sets the value of this transform to a scale and translation matrix; the scale is not applied to the translation and all of the matrix values are modified.
set(float) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to a scale matrix with the passed scale amount.
set(float) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to a scale matrix with the the passed scale amount.
set(float[]) - Method in class javax.vecmath.AxisAngle4f
Sets the value of this axis-angle to the specified values in the array of length 4.
set(float[]) - Method in class javax.vecmath.Matrix3f
Sets the values in this Matrix3f equal to the row-major array parameter (ie, the first three elements of the array will be copied into the first row of this matrix, etc.).
set(float[]) - Method in class javax.vecmath.Matrix4f
Sets the values in this Matrix4f equal to the row-major array parameter (ie, the first four elements of the array will be copied into the first row of this matrix, etc.).
set(float[]) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple from the 2 values specified in the array.
set(float[]) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the xyz coordinates specified in the array of length 3.
set(float[]) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the specified coordinates in the array of length 4.
set(float, float) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the specified xy coordinates.
set(float, float, float) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the specified xyz coordinates.
set(float, float, float, float) - Method in class javax.vecmath.AxisAngle4f
Sets the value of this axis-angle to the specified x,y,z,angle.
set(float, float, float, float) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the specified xyzw coordinates.
set(float, Vector3f) - Method in class javax.vecmath.Matrix4f
Sets the value of this transform to a scale and translation matrix; the scale is not applied to the translation and all of the matrix values are modified.
set(int[]) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the specified coordinates in the array of length 2.
set(int[]) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the specified coordinates in the array of length 3.
set(int[]) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the specified coordinates in the array of length 4.
set(int, int) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the specified x and y coordinates.
set(int, int, int) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the specified x, y, and z coordinates.
set(int, int, int, int) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the specified x, y, z, and w coordinates.
set(Color) - Method in class javax.vecmath.Color3b
Sets the r,g,b values of this Color3b object to those of the specified AWT Color object.
set(Color) - Method in class javax.vecmath.Color3f
Sets the r,g,b values of this Color3f object to those of the specified AWT Color object.
set(Color) - Method in class javax.vecmath.Color4b
Sets the r,g,b,a values of this Color4b object to those of the specified AWT Color object.
set(Color) - Method in class javax.vecmath.Color4f
Sets the r,g,b,a values of this Color4f object to those of the specified AWT Color object.
set(AxisAngle4d) - Method in class javax.vecmath.AxisAngle4d
Sets the value of this axis angle to the value of axis angle a1.
set(AxisAngle4d) - Method in class javax.vecmath.AxisAngle4f
Sets the value of this axis-angle to the value of axis-angle a1.
set(AxisAngle4d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the matrix conversion of the double precision axis and angle argument.
set(AxisAngle4d) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the matrix conversion of the (double precision) axis and angle argument.
set(AxisAngle4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to the matrix conversion of the double precision axis and angle argument.
set(AxisAngle4d) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the matrix conversion of the double precision axis and angle argument.
set(AxisAngle4d) - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to the equivalent rotation of the AxisAngle argument.
set(AxisAngle4d) - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the equivalent rotation of the AxisAngle argument.
set(AxisAngle4f) - Method in class javax.vecmath.AxisAngle4d
Sets the value of this axis angle to the value of axis angle a1.
set(AxisAngle4f) - Method in class javax.vecmath.AxisAngle4f
Sets the value of this axis-angle to the value of axis-angle a1.
set(AxisAngle4f) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the matrix conversion of the single precision axis and angle argument.
set(AxisAngle4f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the matrix conversion of the (single precision) axis and angle argument.
set(AxisAngle4f) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to the matrix conversion of the single precision axis and angle argument.
set(AxisAngle4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the matrix conversion of the (single precision) axis and angle argument.
set(AxisAngle4f) - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to the equivalent rotation of the AxisAngle argument.
set(AxisAngle4f) - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the equivalent rotation of the AxisAngle argument.
set(GMatrix) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to the values found in matrix m1.
set(GVector) - Method in class javax.vecmath.GVector
Sets the value of this vector to the values found in vector vector.
set(Matrix3d) - Method in class javax.vecmath.AxisAngle4d
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix3d) - Method in class javax.vecmath.AxisAngle4f
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix3d) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to that of the Matrix3d provided.
set(Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the value of the Matrix3d argument.
set(Matrix3d) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the float value of the Matrix3d argument.
set(Matrix3d) - Method in class javax.vecmath.Matrix4d
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the double precision Matrix3d argument; the other elements of this matrix are initialized as if this were an identity matrix (i.e., affine matrix with no translational component).
set(Matrix3d) - Method in class javax.vecmath.Matrix4f
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the double precision Matrix3d argument; the other elements of this matrix are initialized as if this were an identity matrix (i.e., affine matrix with no translational component).
set(Matrix3d) - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Matrix3d) - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Matrix3d, Vector3d, double) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix from the rotation expressed by the rotation matrix m1, the translation t1, and the scale factor.
set(Matrix3d, Vector3d, double) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix from the rotation expressed by the rotation matrix m1, the translation t1, and the scale factor.
set(Matrix3f) - Method in class javax.vecmath.AxisAngle4d
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix3f) - Method in class javax.vecmath.AxisAngle4f
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix3f) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to that of the Matrix3f provided.
set(Matrix3f) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the double value of the Matrix3f argument.
set(Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the value of the Matrix3f argument.
set(Matrix3f) - Method in class javax.vecmath.Matrix4d
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the single precision Matrix3f argument; the other elements of this matrix are initialized as if this were an identity matrix (i.e., affine matrix with no translational component).
set(Matrix3f) - Method in class javax.vecmath.Matrix4f
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the single precision Matrix3f argument; the other elements of this matrix are initialized as if this were an identity matrix (i.e., affine matrix with no translational component).
set(Matrix3f) - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Matrix3f) - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Matrix3f, Vector3f, float) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix from the rotation expressed by the rotation matrix m1, the translation t1, and the scale factor.
set(Matrix3f, Vector3f, float) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix from the rotation expressed by the rotation matrix m1, the translation t1, and the scale factor.
set(Matrix4d) - Method in class javax.vecmath.AxisAngle4d
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix4d) - Method in class javax.vecmath.AxisAngle4f
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix4d) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to that of the Matrix4d provided.
set(Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to a copy of the passed matrix m1.
set(Matrix4d) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the float value of the passed matrix4d m1.
set(Matrix4d) - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Matrix4d) - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Matrix4f) - Method in class javax.vecmath.AxisAngle4d
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix4f) - Method in class javax.vecmath.AxisAngle4f
Sets the value of this axis-angle to the rotational component of the passed matrix.
set(Matrix4f) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to that of the Matrix4f provided.
set(Matrix4f) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to a copy of the passed matrix m1.
set(Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to a copy of the passed matrix m1.
set(Matrix4f) - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Matrix4f) - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the rotational component of the passed matrix.
set(Quat4d) - Method in class javax.vecmath.AxisAngle4d
Sets the value of this axis-angle to the rotational equivalent of the passed quaternion.
set(Quat4d) - Method in class javax.vecmath.AxisAngle4f
Sets the value of this axis-angle to the rotational equivalent of the passed quaternion.
set(Quat4d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the matrix conversion of the double precision quaternion argument.
set(Quat4d) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the matrix conversion of the (single precision) quaternion argument.
set(Quat4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to the matrix conversion of the (double precision) quaternion argument.
set(Quat4d) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the matrix conversion of the double precision quaternion argument.
set(Quat4d, Vector3d, double) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix from the rotation expressed by the quaternion q1, the translation t1, and the scale s.
set(Quat4d, Vector3d, double) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix from the rotation expressed by the quaternion q1, the translation t1, and the scale s.
set(Quat4f) - Method in class javax.vecmath.AxisAngle4d
Sets the value of this axis-angle to the rotational equivalent of the passed quaternion.
set(Quat4f) - Method in class javax.vecmath.AxisAngle4f
Sets the value of this axis-angle to the rotational equivalent of the passed quaternion.
set(Quat4f) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the matrix conversion of the single precision quaternion argument.
set(Quat4f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the matrix conversion of the (single precision) quaternion argument.
set(Quat4f) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to the matrix conversion of the single precision quaternion argument.
set(Quat4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to the matrix conversion of the single precision quaternion argument.
set(Quat4f, Vector3d, double) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix from the rotation expressed by the quaternion q1, the translation t1, and the scale s.
set(Quat4f, Vector3f, float) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix from the rotation expressed by the quaternion q1, the translation t1, and the scale s.
set(Quat4f, Vector3f, float) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix from the rotation expressed by the quaternion q1, the translation t1, and the scale s.
set(Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the value of the Tuple2d argument.
set(Tuple2d) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the value of the Tuple2d argument.
set(Tuple2f) - Method in class javax.vecmath.GVector
Sets the value of this vector to the values in tuple
set(Tuple2f) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the value of Tuple2f t1.
set(Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the value of the Tuple2f argument.
set(Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the value of tuple t1.
set(Tuple3b) - Method in class javax.vecmath.Tuple3b
Sets the value of the data members of this tuple to the value of the argument tuple t1.
set(Tuple3d) - Method in class javax.vecmath.GVector
Sets the value of this vector to the values in tuple
set(Tuple3d) - Method in class javax.vecmath.Point4d
Sets the x,y,z components of this point to the corresponding components of tuple t1.
set(Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the value of tuple t1.
set(Tuple3d) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the value of tuple t1.
set(Tuple3d) - Method in class javax.vecmath.Vector4d
Sets the x,y,z components of this vector to the corresponding components of tuple t1.
set(Tuple3f) - Method in class javax.vecmath.GVector
Sets the value of this vector to the values in tuple
set(Tuple3f) - Method in class javax.vecmath.Point4f
Sets the x,y,z components of this point to the corresponding components of tuple t1.
set(Tuple3f) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the value of tuple t1.
set(Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the value of tuple t1.
set(Tuple3f) - Method in class javax.vecmath.Vector4f
Sets the x,y,z components of this vector to the corresponding components of tuple t1.
set(Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the value of tuple t1.
set(Tuple4b) - Method in class javax.vecmath.Tuple4b
Sets the value of the data members of this tuple to the value of the argument tuple t1.
set(Tuple4d) - Method in class javax.vecmath.GVector
Sets the value of this vector to the values in tuple
set(Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the value of tuple t1.
set(Tuple4d) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the value of tuple t1.
set(Tuple4f) - Method in class javax.vecmath.GVector
Sets the value of this vector to the values in tuple
set(Tuple4f) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the value of tuple t1.
set(Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the value of tuple t1.
set(Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the value of tuple t1.
set(Vector3d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to a translate matrix by the passed translation value.
set(Vector3d, double) - Method in class javax.vecmath.AxisAngle4d
Sets the value of this AxisAngle4d to the specified axis and angle.
set(Vector3d, double) - Method in class javax.vecmath.Matrix4d
Sets the value of this transform to a scale and translation matrix; the translation is scaled by the scale factor and all of the matrix values are modified.
set(Vector3f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to a translate matrix with the passed translation value.
set(Vector3f, float) - Method in class javax.vecmath.AxisAngle4f
Sets the value of this AxisAngle4f to the specified axis and angle.
set(Vector3f, float) - Method in class javax.vecmath.Matrix4f
Sets the value of this transform to a scale and translation matrix; the translation is scaled by the scale factor and all of the matrix values are modified.
setAngle(double) - Method in class javax.vecmath.AxisAngle4d
Set the axis angle, in radians.
An axis angle is a rotation angle about the vector (x,y,z).
setAngle(float) - Method in class javax.vecmath.AxisAngle4f
Set the axis angle, in radians.
An axis angle is a rotation angle about the vector (x,y,z).
setColumn(int, double[]) - Method in class javax.vecmath.GMatrix
Copy the values from the array into the specified column of this matrix.
setColumn(int, double[]) - Method in class javax.vecmath.Matrix3d
Sets the specified column of this matrix3d to the three values provided.
setColumn(int, double[]) - Method in class javax.vecmath.Matrix4d
Sets the specified column of this matrix4d to the four values provided.
setColumn(int, double, double, double) - Method in class javax.vecmath.Matrix3d
Sets the specified column of this matrix3d to the three values provided.
setColumn(int, double, double, double, double) - Method in class javax.vecmath.Matrix4d
Sets the specified column of this matrix4d to the four values provided.
setColumn(int, float[]) - Method in class javax.vecmath.Matrix3f
Sets the specified column of this matrix3f to the three values provided.
setColumn(int, float[]) - Method in class javax.vecmath.Matrix4f
Sets the specified column of this matrix4f to the four values provided.
setColumn(int, float, float, float) - Method in class javax.vecmath.Matrix3f
Sets the specified column of this matrix3f to the three values provided.
setColumn(int, float, float, float, float) - Method in class javax.vecmath.Matrix4f
Sets the specified column of this matrix4f to the four values provided.
setColumn(int, GVector) - Method in class javax.vecmath.GMatrix
Copy the values from the vector into the specified column of this matrix.
setColumn(int, Vector3d) - Method in class javax.vecmath.Matrix3d
Sets the specified column of this matrix3d to the vector provided.
setColumn(int, Vector3f) - Method in class javax.vecmath.Matrix3f
Sets the specified column of this matrix3f to the vector provided.
setColumn(int, Vector4d) - Method in class javax.vecmath.Matrix4d
Sets the specified column of this matrix4d to the vector provided.
setColumn(int, Vector4f) - Method in class javax.vecmath.Matrix4f
Sets the specified column of this matrix4f to the vector provided.
setElement(int, double) - Method in class javax.vecmath.GVector
Modifies the value at the specified index of this vector.
setElement(int, int, double) - Method in class javax.vecmath.GMatrix
Modifies the value at the specified row and column of this matrix.
setElement(int, int, double) - Method in class javax.vecmath.Matrix3d
Sets the specified element of this matrix3f to the value provided.
setElement(int, int, double) - Method in class javax.vecmath.Matrix4d
Sets the specified element of this matrix4f to the value provided.
setElement(int, int, float) - Method in class javax.vecmath.Matrix3f
Sets the specified element of this matrix3f to the value provided.
setElement(int, int, float) - Method in class javax.vecmath.Matrix4f
Sets the specified element of this matrix4f to the value provided.
setIdentity() - Method in class javax.vecmath.GMatrix
Sets this GMatrix to the identity matrix.
setIdentity() - Method in class javax.vecmath.Matrix3d
Sets this Matrix3d to identity.
setIdentity() - Method in class javax.vecmath.Matrix3f
Sets this Matrix3f to identity.
setIdentity() - Method in class javax.vecmath.Matrix4d
Sets this Matrix4d to identity.
setIdentity() - Method in class javax.vecmath.Matrix4f
Sets this Matrix4f to identity.
setM00(double) - Method in class javax.vecmath.Matrix3d
Set the first matrix element in the first row.
setM00(double) - Method in class javax.vecmath.Matrix4d
Set the first matrix element in the first row.
setM00(float) - Method in class javax.vecmath.Matrix3f
Set the first matrix element in the first row.
setM00(float) - Method in class javax.vecmath.Matrix4f
Set the first matrix element in the first row.
setM01(double) - Method in class javax.vecmath.Matrix3d
Set the second matrix element in the first row.
setM01(double) - Method in class javax.vecmath.Matrix4d
Set the second matrix element in the first row.
setM01(float) - Method in class javax.vecmath.Matrix3f
Set the second matrix element in the first row.
setM01(float) - Method in class javax.vecmath.Matrix4f
Set the second matrix element in the first row.
setM02(double) - Method in class javax.vecmath.Matrix3d
Set the third matrix element in the first row.
setM02(double) - Method in class javax.vecmath.Matrix4d
Set the third matrix element in the first row.
setM02(float) - Method in class javax.vecmath.Matrix3f
Set the third matrix element in the first row.
setM02(float) - Method in class javax.vecmath.Matrix4f
Set the third matrix element in the first row.
setM03(double) - Method in class javax.vecmath.Matrix4d
Set the fourth element of the first row.
setM03(float) - Method in class javax.vecmath.Matrix4f
Set the fourth element of the first row.
setM10(double) - Method in class javax.vecmath.Matrix3d
Set first matrix element in the second row.
setM10(double) - Method in class javax.vecmath.Matrix4d
Set first matrix element in the second row.
setM10(float) - Method in class javax.vecmath.Matrix3f
Set first matrix element in the second row.
setM10(float) - Method in class javax.vecmath.Matrix4f
Set first matrix element in the second row.
setM11(double) - Method in class javax.vecmath.Matrix3d
Set the second matrix element in the second row.
setM11(double) - Method in class javax.vecmath.Matrix4d
Set the second matrix element in the second row.
setM11(float) - Method in class javax.vecmath.Matrix3f
Set the second matrix element in the second row.
setM11(float) - Method in class javax.vecmath.Matrix4f
Set the second matrix element in the second row.
setM12(double) - Method in class javax.vecmath.Matrix3d
Set the third matrix element in the second row.
setM12(double) - Method in class javax.vecmath.Matrix4d
Set the third matrix element in the second row.
setM12(float) - Method in class javax.vecmath.Matrix3f
Set the third matrix element in the second row.
setM12(float) - Method in class javax.vecmath.Matrix4f
Set the third matrix element in the second row.
setM13(double) - Method in class javax.vecmath.Matrix4d
Set the fourth element of the second row.
setM13(float) - Method in class javax.vecmath.Matrix4f
Set the fourth element of the second row.
setM20(double) - Method in class javax.vecmath.Matrix3d
Set the first matrix element in the third row.
setM20(double) - Method in class javax.vecmath.Matrix4d
Set the first matrix element in the third row.
setM20(float) - Method in class javax.vecmath.Matrix3f
Set the first matrix element in the third row.
setM20(float) - Method in class javax.vecmath.Matrix4f
Set the first matrix element in the third row.
setM21(double) - Method in class javax.vecmath.Matrix3d
Set the second matrix element in the third row.
setM21(double) - Method in class javax.vecmath.Matrix4d
Set the second matrix element in the third row.
setM21(float) - Method in class javax.vecmath.Matrix3f
Set the second matrix element in the third row.
setM21(float) - Method in class javax.vecmath.Matrix4f
Set the second matrix element in the third row.
setM22(double) - Method in class javax.vecmath.Matrix3d
Set the third matrix element in the third row.
setM22(double) - Method in class javax.vecmath.Matrix4d
Set the third matrix element in the third row.
setM22(float) - Method in class javax.vecmath.Matrix3f
Set the third matrix element in the third row.
setM22(float) - Method in class javax.vecmath.Matrix4f
Set the third matrix element in the third row.
setM23(double) - Method in class javax.vecmath.Matrix4d
Set the fourth element of the third row.
setM23(float) - Method in class javax.vecmath.Matrix4f
Set the fourth element of the third row.
setM30(double) - Method in class javax.vecmath.Matrix4d
Set the first element of the fourth row.
setM30(float) - Method in class javax.vecmath.Matrix4f
Set the first element of the fourth row.
setM31(double) - Method in class javax.vecmath.Matrix4d
Set the second element of the fourth row.
setM31(float) - Method in class javax.vecmath.Matrix4f
Set the second element of the fourth row.
setM32(double) - Method in class javax.vecmath.Matrix4d
Set the third element of the fourth row.
setM32(float) - Method in class javax.vecmath.Matrix4f
Set the third element of the fourth row.
setM33(double) - Method in class javax.vecmath.Matrix4d
Set the fourth element of the fourth row.
setM33(float) - Method in class javax.vecmath.Matrix4f
Set the fourth element of the fourth row.
setRotation(AxisAngle4d) - Method in class javax.vecmath.Matrix4d
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the axis-angle argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the axis-angle, and then the scale is reapplied to the rotational components.
setRotation(AxisAngle4f) - Method in class javax.vecmath.Matrix4f
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the axis-angle argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the axis-angle, and then the scale is reapplied to the rotational components.
setRotation(Matrix3d) - Method in class javax.vecmath.Matrix4d
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the double precision Matrix3d argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the passed rotation components, and then the scale is reapplied to the rotational components.
setRotation(Matrix3d) - Method in class javax.vecmath.Matrix4f
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the double precision Matrix3d argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the passed rotation components, and then the scale is reapplied to the rotational components.
setRotation(Matrix3f) - Method in class javax.vecmath.Matrix4d
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the single precision Matrix3f argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the passed rotation components, and then the scale is reapplied to the rotational components.
setRotation(Matrix3f) - Method in class javax.vecmath.Matrix4f
Sets the rotational component (upper 3x3) of this matrix to the matrix values in the single precision Matrix3f argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the passed rotation components, and then the scale is reapplied to the rotational components.
setRotation(Quat4d) - Method in class javax.vecmath.Matrix4d
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the quaternion argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the quaternion, and then the scale is reapplied to the rotational components.
setRotation(Quat4d) - Method in class javax.vecmath.Matrix4f
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the quaternion argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the quaternion, and then the scale is reapplied to the rotational components.
setRotation(Quat4f) - Method in class javax.vecmath.Matrix4d
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the quaternion argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the quaternion, and then the scale is reapplied to the rotational components.
setRotation(Quat4f) - Method in class javax.vecmath.Matrix4f
Sets the rotational component (upper 3x3) of this matrix to the matrix equivalent values of the quaternion argument; the other elements of this matrix are unchanged; a singular value decomposition is performed on this object's upper 3x3 matrix to factor out the scale, then this object's upper 3x3 matrix components are replaced by the matrix equivalent of the quaternion, and then the scale is reapplied to the rotational components.
setRotationScale(Matrix3d) - Method in class javax.vecmath.Matrix4d
Replaces the upper 3x3 matrix values of this matrix with the values in the matrix m1.
setRotationScale(Matrix3f) - Method in class javax.vecmath.Matrix4d
Replaces the upper 3x3 matrix values of this matrix with the values in the matrix m1.
setRotationScale(Matrix3f) - Method in class javax.vecmath.Matrix4f
Replaces the upper 3x3 matrix values of this matrix with the values in the matrix m1.
setRow(int, double[]) - Method in class javax.vecmath.GMatrix
Copy the values from the array into the specified row of this matrix.
setRow(int, double[]) - Method in class javax.vecmath.Matrix3d
Sets the specified row of this matrix3d to the three values provided.
setRow(int, double[]) - Method in class javax.vecmath.Matrix4d
Sets the specified row of this matrix4d to the four values provided.
setRow(int, double, double, double) - Method in class javax.vecmath.Matrix3d
Sets the specified row of this matrix3d to the 4 values provided.
setRow(int, double, double, double, double) - Method in class javax.vecmath.Matrix4d
Sets the specified row of this matrix4d to the four values provided.
setRow(int, float[]) - Method in class javax.vecmath.Matrix3f
Sets the specified row of this matrix3f to the three values provided.
setRow(int, float[]) - Method in class javax.vecmath.Matrix4f
Sets the specified row of this matrix4f to the four values provided in the passed array.
setRow(int, float, float, float) - Method in class javax.vecmath.Matrix3f
Sets the specified row of this matrix3f to the three values provided.
setRow(int, float, float, float, float) - Method in class javax.vecmath.Matrix4f
Sets the specified row of this matrix4f to the four values provided.
setRow(int, GVector) - Method in class javax.vecmath.GMatrix
Copy the values from the vector into the specified row of this matrix.
setRow(int, Vector3d) - Method in class javax.vecmath.Matrix3d
Sets the specified row of this matrix3d to the Vector provided.
setRow(int, Vector3f) - Method in class javax.vecmath.Matrix3f
Sets the specified row of this matrix3f to the Vector provided.
setRow(int, Vector4d) - Method in class javax.vecmath.Matrix4d
Sets the specified row of this matrix4d to the Vector provided.
setRow(int, Vector4f) - Method in class javax.vecmath.Matrix4f
Sets the specified row of this matrix4f to the Vector provided.
setScale(double) - Method in class javax.vecmath.GMatrix
Sets this matrix to a uniform scale matrix; all of the values are reset.
setScale(double) - Method in class javax.vecmath.Matrix3d
Sets the scale component of the current matrix by factoring out the current scale (by doing an SVD) and multiplying by the new scale.
setScale(double) - Method in class javax.vecmath.Matrix4d
Sets the scale component of the current matrix by factoring out the current scale (by doing an SVD) from the rotational component and multiplying by the new scale.
setScale(float) - Method in class javax.vecmath.Matrix3f
Sets the scale component of the current matrix by factoring out the current scale (by doing an SVD) and multiplying by the new scale.
setScale(float) - Method in class javax.vecmath.Matrix4f
Sets the scale component of the current matrix by factoring out the current scale (by doing an SVD) from the rotational component and multiplying by the new scale.
setSize(int) - Method in class javax.vecmath.GVector
Changes the size of this vector dynamically.
setSize(int, int) - Method in class javax.vecmath.GMatrix
Changes the size of this matrix dynamically.
setTranslation(Vector3d) - Method in class javax.vecmath.Matrix4d
Modifies the translational components of this matrix to the values of the Vector3d argument; the other values of this matrix are not modified.
setTranslation(Vector3f) - Method in class javax.vecmath.Matrix4f
Modifies the translational components of this matrix to the values of the Vector3f argument; the other values of this matrix are not modified.
setW(byte) - Method in class javax.vecmath.Tuple4b
Set w, the fourth value.
setW(double) - Method in class javax.vecmath.Tuple4d
Set the w coordinate.
setW(float) - Method in class javax.vecmath.Tuple4f
Set the w coordinate.
setW(int) - Method in class javax.vecmath.Tuple4i
Set the w coordinate.
setX(byte) - Method in class javax.vecmath.Tuple3b
Set x, the first value.
setX(byte) - Method in class javax.vecmath.Tuple4b
Set x, the first value.
setX(double) - Method in class javax.vecmath.AxisAngle4d
Set a new value for x coordinate.
setX(double) - Method in class javax.vecmath.Tuple2d
Set the x coordinate.
setX(double) - Method in class javax.vecmath.Tuple3d
Set the x coordinate.
setX(double) - Method in class javax.vecmath.Tuple4d
Set the x coordinate.
setX(float) - Method in class javax.vecmath.AxisAngle4f
Set a new value for x coordinate.
setX(float) - Method in class javax.vecmath.Tuple2f
Set the x coordinate.
setX(float) - Method in class javax.vecmath.Tuple3f
Set the x coordinate.
setX(float) - Method in class javax.vecmath.Tuple4f
Set the x coordinate.
setX(int) - Method in class javax.vecmath.Tuple2i
Set the x coordinate.
setX(int) - Method in class javax.vecmath.Tuple3i
Set the x coordinate.
setX(int) - Method in class javax.vecmath.Tuple4i
Set the x coordinate.
setY(byte) - Method in class javax.vecmath.Tuple3b
Set y, the second value.
setY(byte) - Method in class javax.vecmath.Tuple4b
Set y, the second value.
setY(double) - Method in class javax.vecmath.AxisAngle4d
Set a new value for y coordinate.
setY(double) - Method in class javax.vecmath.Tuple2d
Set the y coordinate.
setY(double) - Method in class javax.vecmath.Tuple3d
Set the y coordinate.
setY(double) - Method in class javax.vecmath.Tuple4d
Set the y coordinate.
setY(float) - Method in class javax.vecmath.AxisAngle4f
Set a new value for y coordinate.
setY(float) - Method in class javax.vecmath.Tuple2f
Set the y coordinate.
setY(float) - Method in class javax.vecmath.Tuple3f
Set the y coordinate.
setY(float) - Method in class javax.vecmath.Tuple4f
Set the y coordinate.
setY(int) - Method in class javax.vecmath.Tuple2i
Set the y coordinate.
setY(int) - Method in class javax.vecmath.Tuple3i
Set the y coordinate.
setY(int) - Method in class javax.vecmath.Tuple4i
Set the y coordinate.
setZ(byte) - Method in class javax.vecmath.Tuple3b
Set z, the third value.
setZ(byte) - Method in class javax.vecmath.Tuple4b
Set z, the third value.
setZ(double) - Method in class javax.vecmath.AxisAngle4d
Set a new value for z coordinate.
setZ(double) - Method in class javax.vecmath.Tuple3d
Set the z coordinate.
setZ(double) - Method in class javax.vecmath.Tuple4d
Set the z coordinate.
setZ(float) - Method in class javax.vecmath.AxisAngle4f
Set a new value for z coordinate.
setZ(float) - Method in class javax.vecmath.Tuple3f
Set the Z coordinate.
setZ(float) - Method in class javax.vecmath.Tuple4f
Set the z coordinate.
setZ(int) - Method in class javax.vecmath.Tuple3i
Set the z coordinate.
setZ(int) - Method in class javax.vecmath.Tuple4i
Set the z coordinate.
setZero() - Method in class javax.vecmath.GMatrix
Sets all the values in this matrix to zero.
setZero() - Method in class javax.vecmath.Matrix3d
Sets this matrix to all zeros.
setZero() - Method in class javax.vecmath.Matrix3f
Sets this matrix to all zeros.
setZero() - Method in class javax.vecmath.Matrix4d
Sets this matrix to all zeros.
setZero() - Method in class javax.vecmath.Matrix4f
Sets this matrix to all zeros.
SingularMatrixException - Exception in javax.vecmath
Indicates that inverse of a matrix can not be computed.
SingularMatrixException() - Constructor for exception javax.vecmath.SingularMatrixException
Create the exception object with default values.
SingularMatrixException(String) - Constructor for exception javax.vecmath.SingularMatrixException
Create the exception object that outputs message.
sub(GMatrix) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to the matrix difference of itself and matrix m1 (this = this - m1).
sub(GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix to the matrix difference of matrices m1 and m2 (this = m1 - m2).
sub(GVector) - Method in class javax.vecmath.GVector
Sets the value of this vector to the vector difference of itself and vector (this = this - vector).
sub(GVector, GVector) - Method in class javax.vecmath.GVector
Sets the value of this vector to the vector difference of vectors vector1 and vector2 (this = vector1 - vector2).
sub(Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the matrix difference of itself and matrix m1 (this = this - m1).
sub(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to the matrix difference of matrices m1 and m2.
sub(Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the matrix difference of itself and matrix m1 (this = this - m1).
sub(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to the matrix difference of matrices m1 and m2.
sub(Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to the matrix difference of itself and matrix m1 (this = this - m1).
sub(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to the matrix difference of matrices m1 and m2.
sub(Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets this matrix to the matrix difference of itself and matrix m1 (this = this - m1).
sub(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
Performs an element-by-element subtraction of matrix m2 from matrix m1 and places the result into matrix this (this = m2 - m1).
sub(Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the vector difference of itself and tuple t1 (this = this - t1).
sub(Tuple2d, Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the vector difference of tuple t1 and t2 (this = t1 - t2).
sub(Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the vector difference of itself and tuple t1 (this = this - t1).
sub(Tuple2f, Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the vector difference of tuple t1 and t2 (this = t1 - t2).
sub(Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the difference of itself and t1 (this = this - t1).
sub(Tuple2i, Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the difference of tuples t1 and t2 (this = t1 - t2).
sub(Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the difference of itself and t1 (this = this - t1).
sub(Tuple3d, Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the difference of tuples t1 and t2 (this = t1 - t2).
sub(Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the vector difference of itself and tuple t1 (this = this - t1) .
sub(Tuple3f, Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the vector difference of tuples t1 and t2 (this = t1 - t2).
sub(Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the difference of itself and t1 (this = this - t1).
sub(Tuple3i, Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the difference of tuples t1 and t2 (this = t1 - t2).
sub(Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the difference of itself and tuple t1 (this = this - t1).
sub(Tuple4d, Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the difference of tuples t1 and t2 (this = t1 - t2).
sub(Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the difference of itself and t1 (this = this - t1).
sub(Tuple4f, Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the difference of tuples t1 and t2 (this = t1 - t2).
sub(Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the difference of itself and t1 (this = this - t1).
sub(Tuple4i, Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the difference of tuples t1 and t2 (this = t1 - t2).
SVD(GMatrix, GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
Finds the singular value decomposition (SVD) of this matrix such that this = U*W*transpose(V); and returns the rank of this matrix; the values of U,W,V are all overwritten.
SVDBackSolve(GMatrix, GMatrix, GMatrix, GVector) - Method in class javax.vecmath.GVector
Solves for x in Ax = b, where x is this vector (nx1), A is mxn, b is mx1, and A = U*W*transpose(V); U,W,V must be precomputed and can be found by taking the singular value decomposition (SVD) of A using the method SVD found in the GMatrix class.

T

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

V

Vector2d - Class in javax.vecmath
A 2-element vector that is represented by double-precision floating point x,y coordinates.
Vector2d() - Constructor for class javax.vecmath.Vector2d
Constructs and initializes a Vector2d to (0,0).
Vector2d(double[]) - Constructor for class javax.vecmath.Vector2d
Constructs and initializes a Vector2d from the specified array.
Vector2d(double, double) - Constructor for class javax.vecmath.Vector2d
Constructs and initializes a Vector2d from the specified xy coordinates.
Vector2d(Tuple2d) - Constructor for class javax.vecmath.Vector2d
Constructs and initializes a Vector2d from the specified Tuple2d.
Vector2d(Tuple2f) - Constructor for class javax.vecmath.Vector2d
Constructs and initializes a Vector2d from the specified Tuple2f.
Vector2d(Vector2d) - Constructor for class javax.vecmath.Vector2d
Constructs and initializes a Vector2d from the specified Vector2d.
Vector2d(Vector2f) - Constructor for class javax.vecmath.Vector2d
Constructs and initializes a Vector2d from the specified Vector2f.
Vector2f - Class in javax.vecmath
A 2-element vector that is represented by single-precision floating point x,y coordinates.
Vector2f() - Constructor for class javax.vecmath.Vector2f
Constructs and initializes a Vector2f to (0,0).
Vector2f(float[]) - Constructor for class javax.vecmath.Vector2f
Constructs and initializes a Vector2f from the specified array.
Vector2f(float, float) - Constructor for class javax.vecmath.Vector2f
Constructs and initializes a Vector2f from the specified xy coordinates.
Vector2f(Tuple2d) - Constructor for class javax.vecmath.Vector2f
Constructs and initializes a Vector2f from the specified Tuple2d.
Vector2f(Tuple2f) - Constructor for class javax.vecmath.Vector2f
Constructs and initializes a Vector2f from the specified Tuple2f.
Vector2f(Vector2d) - Constructor for class javax.vecmath.Vector2f
Constructs and initializes a Vector2f from the specified Vector2d.
Vector2f(Vector2f) - Constructor for class javax.vecmath.Vector2f
Constructs and initializes a Vector2f from the specified Vector2f.
Vector3d - Class in javax.vecmath
A 3-element vector that is represented by double-precision floating point x,y,z coordinates.
Vector3d() - Constructor for class javax.vecmath.Vector3d
Constructs and initializes a Vector3d to (0,0,0).
Vector3d(double[]) - Constructor for class javax.vecmath.Vector3d
Constructs and initializes a Vector3d from the array of length 3.
Vector3d(double, double, double) - Constructor for class javax.vecmath.Vector3d
Constructs and initializes a Vector3d from the specified xyz coordinates.
Vector3d(Tuple3d) - Constructor for class javax.vecmath.Vector3d
Constructs and initializes a Vector3d from the specified Tuple3d.
Vector3d(Tuple3f) - Constructor for class javax.vecmath.Vector3d
Constructs and initializes a Vector3d from the specified Tuple3f.
Vector3d(Vector3d) - Constructor for class javax.vecmath.Vector3d
Constructs and initializes a Vector3d from the specified Vector3d.
Vector3d(Vector3f) - Constructor for class javax.vecmath.Vector3d
Constructs and initializes a Vector3d from the specified Vector3f.
Vector3f - Class in javax.vecmath
A 3-element vector that is represented by single-precision floating point x,y,z coordinates.
Vector3f() - Constructor for class javax.vecmath.Vector3f
Constructs and initializes a Vector3f to (0,0,0).
Vector3f(float[]) - Constructor for class javax.vecmath.Vector3f
Constructs and initializes a Vector3f from the array of length 3.
Vector3f(float, float, float) - Constructor for class javax.vecmath.Vector3f
Constructs and initializes a Vector3f from the specified xyz coordinates.
Vector3f(Tuple3d) - Constructor for class javax.vecmath.Vector3f
Constructs and initializes a Vector3f from the specified Tuple3d.
Vector3f(Tuple3f) - Constructor for class javax.vecmath.Vector3f
Constructs and initializes a Vector3f from the specified Tuple3f.
Vector3f(Vector3d) - Constructor for class javax.vecmath.Vector3f
Constructs and initializes a Vector3f from the specified Vector3d.
Vector3f(Vector3f) - Constructor for class javax.vecmath.Vector3f
Constructs and initializes a Vector3f from the specified Vector3f.
Vector4d - Class in javax.vecmath
A 4-element vector represented by double-precision floating point x,y,z,w coordinates.
Vector4d() - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d to (0,0,0,0).
Vector4d(double[]) - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d from the coordinates contained in the array.
Vector4d(double, double, double, double) - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d from the specified xyzw coordinates.
Vector4d(Tuple3d) - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d from the specified Tuple3d.
Vector4d(Tuple4d) - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d from the specified Tuple4d.
Vector4d(Tuple4f) - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d from the specified Tuple4f.
Vector4d(Vector4d) - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d from the specified Vector4d.
Vector4d(Vector4f) - Constructor for class javax.vecmath.Vector4d
Constructs and initializes a Vector4d from the specified Vector4f.
Vector4f - Class in javax.vecmath
A 4-element vector represented by single-precision floating point x,y,z,w coordinates.
Vector4f() - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f to (0,0,0,0).
Vector4f(float[]) - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f from the array of length 4.
Vector4f(float, float, float, float) - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f from the specified xyzw coordinates.
Vector4f(Tuple3f) - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f from the specified Tuple3f.
Vector4f(Tuple4d) - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f from the specified Tuple4d.
Vector4f(Tuple4f) - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f from the specified Tuple4f.
Vector4f(Vector4d) - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f from the specified Vector4d.
Vector4f(Vector4f) - Constructor for class javax.vecmath.Vector4f
Constructs and initializes a Vector4f from the specified Vector4f.

W

w - Variable in class javax.vecmath.Tuple4b
The fourth value.
w - Variable in class javax.vecmath.Tuple4d
The w coordinate.
w - Variable in class javax.vecmath.Tuple4f
The w coordinate.
w - Variable in class javax.vecmath.Tuple4i
The w coordinate.

X

x - Variable in class javax.vecmath.AxisAngle4d
The x coordinate.
x - Variable in class javax.vecmath.AxisAngle4f
The x coordinate.
x - Variable in class javax.vecmath.Tuple2d
The x coordinate.
x - Variable in class javax.vecmath.Tuple2f
The x coordinate.
x - Variable in class javax.vecmath.Tuple2i
The x coordinate.
x - Variable in class javax.vecmath.Tuple3b
The first value.
x - Variable in class javax.vecmath.Tuple3d
The x coordinate.
x - Variable in class javax.vecmath.Tuple3f
The x coordinate.
x - Variable in class javax.vecmath.Tuple3i
The x coordinate.
x - Variable in class javax.vecmath.Tuple4b
The first value.
x - Variable in class javax.vecmath.Tuple4d
The x coordinate.
x - Variable in class javax.vecmath.Tuple4f
The x coordinate.
x - Variable in class javax.vecmath.Tuple4i
The x coordinate.

Y

y - Variable in class javax.vecmath.AxisAngle4d
The y coordinate.
y - Variable in class javax.vecmath.AxisAngle4f
The y coordinate.
y - Variable in class javax.vecmath.Tuple2d
The y coordinate.
y - Variable in class javax.vecmath.Tuple2f
The y coordinate.
y - Variable in class javax.vecmath.Tuple2i
The y coordinate.
y - Variable in class javax.vecmath.Tuple3b
The second value.
y - Variable in class javax.vecmath.Tuple3d
The y coordinate.
y - Variable in class javax.vecmath.Tuple3f
The y coordinate.
y - Variable in class javax.vecmath.Tuple3i
The y coordinate.
y - Variable in class javax.vecmath.Tuple4b
The second value.
y - Variable in class javax.vecmath.Tuple4d
The y coordinate.
y - Variable in class javax.vecmath.Tuple4f
The y coordinate.
y - Variable in class javax.vecmath.Tuple4i
The y coordinate.

Z

z - Variable in class javax.vecmath.AxisAngle4d
The z coordinate.
z - Variable in class javax.vecmath.AxisAngle4f
The z coordinate.
z - Variable in class javax.vecmath.Tuple3b
The third value.
z - Variable in class javax.vecmath.Tuple3d
The z coordinate.
z - Variable in class javax.vecmath.Tuple3f
The z coordinate.
z - Variable in class javax.vecmath.Tuple3i
The z coordinate.
z - Variable in class javax.vecmath.Tuple4b
The third value.
z - Variable in class javax.vecmath.Tuple4d
The z coordinate.
z - Variable in class javax.vecmath.Tuple4f
The z coordinate.
z - Variable in class javax.vecmath.Tuple4i
The z coordinate.
zero() - Method in class javax.vecmath.GVector
Sets all the values in this vector to zero.
A C D E G H I J L M N P Q R S T V W X Y Z 
Skip navigation links