- 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() - Method in class javax.vecmath.Tuple2d
-
Sets each component of this tuple to its absolute value.
- 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() - Method in class javax.vecmath.Tuple2f
-
Sets each component of this tuple to its absolute value.
- 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() - Method in class javax.vecmath.Tuple3d
-
Sets each component of this tuple to its absolute value.
- 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() - Method in class javax.vecmath.Tuple3f
-
Sets each component of this tuple to its absolute value.
- 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() - Method in class javax.vecmath.Tuple3i
-
Sets each component of this tuple to its absolute value.
- 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() - Method in class javax.vecmath.Tuple4d
-
Sets each component of this tuple to its absolute value.
- 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() - Method in class javax.vecmath.Tuple4f
-
Sets each component of this tuple to its absolute value.
- 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.
- absolute() - Method in class javax.vecmath.Tuple4i
-
Sets each component of this tuple to its absolute value.
- 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(double) - Method in class javax.vecmath.Matrix3d
-
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(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
- add(Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to sum of itself and matrix m1.
- add(float) - Method in class javax.vecmath.Matrix3f
-
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(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
-
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 sum of itself and matrix m1.
- add(double) - Method in class javax.vecmath.Matrix4d
-
Adds a scalar to each component of this matrix.
- 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(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
-
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(float) - Method in class javax.vecmath.Matrix4f
-
Adds a scalar to each component of this matrix.
- 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(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
-
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 sum of itself and matrix m1.
- 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(Tuple2d) - Method in class javax.vecmath.Tuple2d
-
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(Tuple2f) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the vector sum of itself and tuple t1.
- add(Tuple3d, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the vector sum of tuples t1 and t2.
- add(Tuple3d) - Method in class javax.vecmath.Tuple3d
-
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(Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the vector sum of itself and tuple 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(Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the sum of itself and t1.
- add(Tuple4d, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the vector sum of tuples t1 and t2.
- add(Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the vector sum of itself and tuple t1.
- add(Tuple4f, Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the vector sum of tuples t1 and t2.
- add(Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the vector sum of itself and tuple t1.
- add(Tuple4i, Tuple4i) - Method in class javax.vecmath.Tuple4i
-
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.
- angle - Variable in class javax.vecmath.AxisAngle4d
-
The angle.
- angle - Variable in class javax.vecmath.AxisAngle4f
-
The angle.
- 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].
- ASSERT(boolean) - Static method in class javax.vecmath.VecmathTest
-
- ASSERT(boolean, String) - Static method in class javax.vecmath.VecmathTest
-
- AxisAngle4d - Class in javax.vecmath
-
A 4 element axis angle represented by double precision floating point
x,y,z,angle components.
- 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(double[]) - Constructor for class javax.vecmath.AxisAngle4d
-
Constructs and initializes an AxisAngle4d from the components contained
in the array.
- AxisAngle4d(AxisAngle4d) - Constructor for class javax.vecmath.AxisAngle4d
-
Constructs and initializes a AxisAngle4d from the specified AxisAngle4d.
- AxisAngle4d(AxisAngle4f) - Constructor for class javax.vecmath.AxisAngle4d
-
Constructs and initializes a AxisAngle4d from the specified AxisAngle4f.
- AxisAngle4d() - Constructor for class javax.vecmath.AxisAngle4d
-
Constructs and initializes a AxisAngle4d to (0,0,1,0).
- 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 4 element axis angle represented by single precision floating point
x,y,z,angle components.
- AxisAngle4f(float, float, float, float) - Constructor for class javax.vecmath.AxisAngle4f
-
Constructs and initializes an AxisAngle4f from the specified x, y, z,
and angle.
- AxisAngle4f(float[]) - Constructor for class javax.vecmath.AxisAngle4f
-
Constructs and initializes an AxisAngle4f from the components contained
in the array.
- AxisAngle4f(AxisAngle4f) - Constructor for class javax.vecmath.AxisAngle4f
-
Constructs and initializes a AxisAngle4f from the specified AxisAngle4f.
- AxisAngle4f(AxisAngle4d) - Constructor for class javax.vecmath.AxisAngle4f
-
Constructs and initializes a AxisAngle4f from the specified AxisAngle4f.
- AxisAngle4f() - Constructor for class javax.vecmath.AxisAngle4f
-
Constructs and initializes a AxisAngle4f to (0,0,1,0).
- AxisAngle4f(Vector3f, float) - Constructor for class javax.vecmath.AxisAngle4f
-
Constructs and initializes an AxisAngle4f from the specified axis
and angle.
- 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) - Method in class javax.vecmath.Tuple2d
-
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) - Method in class javax.vecmath.Tuple2f
-
Clamps this tuple to the range [low, high].
- clamp(float, float) - Method in class javax.vecmath.Tuple3d
-
Deprecated.
As of Java3D API 1.1 Beta02
- clamp(float, float, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Deprecated.
As of Java3D API 1.1 Beta02
- clamp(double, double) - Method in class javax.vecmath.Tuple3d
-
Clamps this tuple to the range [low, high].
- 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(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) - Method in class javax.vecmath.Tuple3f
-
Clamps this tuple to the range [low, high].
- 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) - Method in class javax.vecmath.Tuple3i
-
Clamps this tuple to the range [low, high].
- 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(double, double) - Method in class javax.vecmath.Tuple4d
-
Clamps this tuple to the range [low, high].
- 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(float, float) - Method in class javax.vecmath.Tuple4f
-
Clamps this tuple to the range [low, high].
- 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.
- clamp(int, int) - Method in class javax.vecmath.Tuple4i
-
Clamps this tuple to the range [low, high].
- 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) - Method in class javax.vecmath.Tuple2d
-
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) - Method in class javax.vecmath.Tuple2f
-
Clamps the maximum value of this tuple to the max parameter.
- clampMax(float, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Deprecated.
As of Java3D API 1.1 Beta02
- clampMax(float) - Method in class javax.vecmath.Tuple3d
-
Deprecated.
As of Java3D API 1.1 Beta02
- 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) - Method in class javax.vecmath.Tuple3d
-
Clamps the maximum value of this tuple to the max parameter.
- 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) - Method in class javax.vecmath.Tuple3f
-
Clamps the maximum value of this tuple to the max parameter.
- 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) - Method in class javax.vecmath.Tuple3i
-
Clamps the maximum value of this tuple to the max parameter.
- 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(double) - Method in class javax.vecmath.Tuple4d
-
Clamps the maximum value of this tuple to the max parameter.
- 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(float) - Method in class javax.vecmath.Tuple4f
-
Clamps the maximum value of this tuple to the max parameter.
- 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.
- clampMax(int) - Method in class javax.vecmath.Tuple4i
-
Clamps the maximum value of this tuple to the max 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) - Method in class javax.vecmath.Tuple2d
-
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) - 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.
As of Java3D API 1.1 Beta02
- clampMin(float, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Deprecated.
As of Java3D API 1.1 Beta02
- clampMin(double) - Method in class javax.vecmath.Tuple3d
-
Clamps the minimum value of this tuple to the min parameter.
- 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(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) - Method in class javax.vecmath.Tuple3f
-
Clamps the minimum value of this tuple to the min parameter.
- 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) - Method in class javax.vecmath.Tuple3i
-
Clamps the minimum value of this tuple to the min parameter.
- 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(double) - Method in class javax.vecmath.Tuple4d
-
Clamps the minimum value of this tuple to the min parameter.
- 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(float) - Method in class javax.vecmath.Tuple4f
-
Clamps the minimum value of this tuple to the min parameter.
- 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.
- clampMin(int) - Method in class javax.vecmath.Tuple4i
-
Clamps the minimum value of this tuple to the min parameter.
- Color3b - Class in javax.vecmath
-
A three byte vector used for colors.
- Color3b(byte, byte, byte) - Constructor for class javax.vecmath.Color3b
-
Constructs and initializes a Color3b from the specified three values.
- Color3b(byte[]) - Constructor for class javax.vecmath.Color3b
-
Constructs and initializes a Color3b from input array of length 3.
- 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.
- Color3b() - Constructor for class javax.vecmath.Color3b
-
Constructs and initializes a Color3b to (0,0,0).
- Color3b(Color) - Constructor for class javax.vecmath.Color3b
-
Constructs color from awt.Color.
- Color3f - Class in javax.vecmath
-
A 3 element color represented by single precision floating point x,y,z
coordinates.
- Color3f(float, float, float) - Constructor for class javax.vecmath.Color3f
-
Constructs and initializes a Color3f from the specified xyz
- Color3f(float[]) - Constructor for class javax.vecmath.Color3f
-
Constructs and initializes a Color3f from input array of length 3.
- 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.
- Color3f() - Constructor for class javax.vecmath.Color3f
-
Constructs and initializes a Color3f to (0,0,0).
- Color3f(Color) - Constructor for class javax.vecmath.Color3f
-
Constructs color from awt.Color.
- Color4b - Class in javax.vecmath
-
A four byte colors (mostly used for colors with alpha).
- Color4b(byte, byte, byte, byte) - Constructor for class javax.vecmath.Color4b
-
Constructs and initializes a Color4b from the specified four values.
- Color4b(byte[]) - Constructor for class javax.vecmath.Color4b
-
Constructs and initializes a Color4b from input array of length 4.
- 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.
- Color4b() - Constructor for class javax.vecmath.Color4b
-
Constructs and initializes a Color4b to (0,0,0,0).
- Color4b(Color) - Constructor for class javax.vecmath.Color4b
-
Constructs color from awt.Color.
- Color4f - Class in javax.vecmath
-
A 4 element color represented by single precision floating point x,y,z,w
coordinates.
- Color4f(float, float, float, float) - Constructor for class javax.vecmath.Color4f
-
Constructs and initializes a Color4f from the specified xyzw
- Color4f(float[]) - Constructor for class javax.vecmath.Color4f
-
Constructs and initializes a Color4f from input array of length 4.
- 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.
- Color4f() - Constructor for class javax.vecmath.Color4f
-
Constructs and initializes a Color4f to (0,0,0,0).
- Color4f(Color) - Constructor for class javax.vecmath.Color4f
-
Constructs color from awt.Color.
- conjugate(Quat4d) - Method in class javax.vecmath.Quat4d
-
Sets the value of this quaternion to the conjugate of quaternion q1.
- conjugate() - Method in class javax.vecmath.Quat4d
-
Negate the value of of each of this quaternion's x,y,z coordinates
in place.
- conjugate(Quat4f) - Method in class javax.vecmath.Quat4f
-
Sets the value of this quaternion to the conjugate of quaternion q1.
- conjugate() - Method in class javax.vecmath.Quat4f
-
Negate the value of of each of this quaternion's x,y,z coordinates
in place.
- 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 be 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.
- get(double[]) - Method in class javax.vecmath.AxisAngle4d
-
Gets the value of this axis angle into the array a of
length four in x,y,z,angle order.
- get(float[]) - Method in class javax.vecmath.AxisAngle4f
-
Gets the value of this axis angle into the array a of
length four in x,y,z,angle order.
- get() - Method in class javax.vecmath.Color3b
-
Gets awt.Color.
- get() - Method in class javax.vecmath.Color3f
-
Gets awt.Color.
- get() - Method in class javax.vecmath.Color4b
-
Gets awt.Color.
- get() - Method in class javax.vecmath.Color4f
-
Gets awt.Color.
- get(Matrix3d) - 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.GMatrix
-
Places the values in the upper 3X3 of this GMatrix into the matrix m1.
- 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(GMatrix) - Method in class javax.vecmath.GMatrix
-
Places the values in the this matrix into the matrix m1; m1
should be at least as large as this GMatrix.
- 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(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(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, 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(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(Quat4d) - 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(Vector3d) - Method in class javax.vecmath.Matrix4d
-
Retrieves the translational components of this matrix.
- 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(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, 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(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(Vector3f) - Method in class javax.vecmath.Matrix4f
-
Retrieves the translational components of this matrix.
- get(double[]) - Method in class javax.vecmath.Tuple2d
-
Copies the value of the elements of this tuple into the array t[].
- get(float[]) - Method in class javax.vecmath.Tuple2f
-
Copies the value of the elements of this tuple into the array t[].
- 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(Tuple3b) - Method in class javax.vecmath.Tuple3b
-
Places the value of the x,y,z components of this tuple into the tuple t1.
- get(double[]) - Method in class javax.vecmath.Tuple3d
-
Copies the value of the elements of this tuple into the array t[].
- get(Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Gets the value of this tuple and copies the values into the Tuple3d.
- get(float[]) - Method in class javax.vecmath.Tuple3f
-
Copies the value of the elements of this tuple into the array t[].
- get(Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Gets the value of this tuple and copies the values into the Tuple3f.
- get(int[]) - Method in class javax.vecmath.Tuple3i
-
Copies the values of this tuple into the array t.
- get(Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Copies the values of this tuple into the tuple t.
- get(byte[]) - Method in class javax.vecmath.Tuple4b
-
Places the value of the x,y,z components of this Tuple4b into the array of length 4.
- get(Tuple4b) - Method in class javax.vecmath.Tuple4b
-
Places the value of the x,y,z components of this tuple into the tuple t1.
- get(double[]) - Method in class javax.vecmath.Tuple4d
-
Copies the value of the elements of this tuple into the array t[].
- get(Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Gets the value of this tuple and copies the values into the Tuple4d.
- get(float[]) - Method in class javax.vecmath.Tuple4f
-
Copies the value of the elements of this tuple into the array t[].
- get(Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Gets the value of this tuple and copies the values into the Tuple4f.
- get(int[]) - Method in class javax.vecmath.Tuple4i
-
Copies the values of this tuple into the array t.
- get(Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Copies the values of this tuple into the tuple t.
- getColumn(int, double[]) - Method in class javax.vecmath.GMatrix
-
Places the values of 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, double[]) - Method in class javax.vecmath.Matrix3d
-
Copies the matrix values in the specified column into the array
parameter.
- getColumn(int, Vector3f) - Method in class javax.vecmath.Matrix3f
-
Copies the matrix values in the specified column into the vector
parameter.
- getColumn(int, float[]) - Method in class javax.vecmath.Matrix3f
-
Copies the matrix values in the specified column into the array
parameter.
- getColumn(int, Vector4d) - Method in class javax.vecmath.Matrix4d
-
Copies the matrix values in the specified column into the
vector parameter.
- getColumn(int, double[]) - Method in class javax.vecmath.Matrix4d
-
Copies the matrix values in the specified column into the
array parameter.
- getColumn(int, Vector4f) - Method in class javax.vecmath.Matrix4f
-
Copies the matrix values in the specified column into the
vector parameter.
- getColumn(int, float[]) - Method in class javax.vecmath.Matrix4f
-
Copies the matrix values in the specified column into the
array parameter.
- getElement(int, int) - Method in class javax.vecmath.GMatrix
-
Retrieves the value at the specified row and column of this matrix.
- 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.Matrix3d
-
Retrieves the value at the specified row and column of this 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.
- 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(Matrix3f) - Method in class javax.vecmath.Matrix4d
-
Gets the upper 3x3 values of this matrix and places them into the matrix m1.
- 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.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, GVector) - Method in class javax.vecmath.GMatrix
-
Places the values of the specified row into the vector parameter.
- getRow(int, double[]) - Method in class javax.vecmath.Matrix3d
-
Copies the matrix values in the specified row into the
array parameter.
- getRow(int, Vector3d) - Method in class javax.vecmath.Matrix3d
-
Copies the matrix values in the specified row into the
vector parameter.
- getRow(int, float[]) - Method in class javax.vecmath.Matrix3f
-
Copies the matrix values in the specified row into the
array 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, double[]) - Method in class javax.vecmath.Matrix4d
-
Copies the matrix values in the specified row into the
array parameter.
- getRow(int, Vector4f) - Method in class javax.vecmath.Matrix4f
-
Copies the matrix values in the specified row into the
vector parameter.
- getRow(int, float[]) - Method in class javax.vecmath.Matrix4f
-
Copies the matrix values in the specified row into the
array 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.
- GMatrix - Class in javax.vecmath
-
A double precision, general, real, and dynamically resizeable
two dimensional N x M 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.
- GMatrixTest() - Static method in class javax.vecmath.VecmathTest
-
- GVector - Class in javax.vecmath
-
A double precision, general, and dynamically resizeable one
dimensional vector class.
- GVector(int) - Constructor for class javax.vecmath.GVector
-
Constructs a new generalized mathematic Vector with zero
elements; length reprents the number of elements in the
vector.
- GVector(double[]) - Constructor for class javax.vecmath.GVector
-
Constructs a new generalized mathematic Vector with zero
elements; length reprents the number of elements in the
vector.
- GVector(GVector) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector and copies the initial values from
the parameter vector.
- GVector(Tuple2f) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector and copies the initial values from
the Tuple
- GVector(Tuple3f) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector and copies the initial values from
the Tuple
- GVector(Tuple3d) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector and copies the initial values from
the Tuple
- GVector(Tuple4f) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector and copies the initial values from
the Tuple
- GVector(Tuple4d) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector and copies the initial values from
the Tuple
- GVector(double[], int) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector by copying length elements from the
array parameter.
- m00 - Variable in class javax.vecmath.Matrix3d
-
The first element of the first row.
- m00 - Variable in class javax.vecmath.Matrix3f
-
The first element of 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 element of the first row.
- m01 - Variable in class javax.vecmath.Matrix3f
-
The second element of 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
-
third element of the first row.
- m02 - Variable in class javax.vecmath.Matrix3f
-
third element of the first row.
- m02 - Variable in class javax.vecmath.Matrix4d
-
third element of the first row.
- m02 - Variable in class javax.vecmath.Matrix4f
-
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 element of the second row.
- m10 - Variable in class javax.vecmath.Matrix3f
-
The first element of 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 element of the second row.
- m11 - Variable in class javax.vecmath.Matrix3f
-
The second element of 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 element of the second row.
- m12 - Variable in class javax.vecmath.Matrix3f
-
The third element of 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 element of the third row.
- m20 - Variable in class javax.vecmath.Matrix3f
-
The first element of 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 element of the third row.
- m21 - Variable in class javax.vecmath.Matrix3f
-
The second element of 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 element of the third row.
- m22 - Variable in class javax.vecmath.Matrix3f
-
The third element of 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.
- main(String[]) - Static method in class javax.vecmath.VecmathTest
-
- Matrix3d - Class in javax.vecmath
-
A double precision floating point 3 by 3 matrix.
- 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(double[]) - Constructor for class javax.vecmath.Matrix3d
-
Constructs and initializes a Matrix3d from the specified 9
element array.
- 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.
- Matrix3d() - Constructor for class javax.vecmath.Matrix3d
-
Constructs and initializes a Matrix3d to all zeros.
- Matrix3dTest() - Static method in class javax.vecmath.VecmathTest
-
- Matrix3f - Class in javax.vecmath
-
A single precision floating point 3 by 3 matrix.
- 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(float[]) - Constructor for class javax.vecmath.Matrix3f
-
Constructs and initializes a Matrix3f from the specified 9
element array.
- 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.
- Matrix3f() - Constructor for class javax.vecmath.Matrix3f
-
Constructs and initializes a Matrix3f to all zeros.
- Matrix3fTest() - Static method in class javax.vecmath.VecmathTest
-
- Matrix4d - Class in javax.vecmath
-
A double precision floating point 4 by 4 matrix.
- 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(double[]) - Constructor for class javax.vecmath.Matrix4d
-
Constructs and initializes a Matrix4d from the specified 16
element array.
- 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.
- 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(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.
- Matrix4d(Matrix3d, 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.
- Matrix4d() - Constructor for class javax.vecmath.Matrix4d
-
Constructs and initializes a Matrix4d to all zeros.
- Matrix4dTest() - Static method in class javax.vecmath.VecmathTest
-
- Matrix4f - Class in javax.vecmath
-
A single precision floating point 4 by 4 matrix.
- 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(float[]) - Constructor for class javax.vecmath.Matrix4f
-
Constructs and initializes a Matrix4f from the specified 16
element array.
- 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.
- 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(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.
- Matrix4f() - Constructor for class javax.vecmath.Matrix4f
-
Constructs and initializes a Matrix4f to all zeros.
- Matrix4fTest() - Static method in class javax.vecmath.VecmathTest
-
- 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
-
Creates the exception object with default values.
- MismatchedSizeException(String) - Constructor for exception javax.vecmath.MismatchedSizeException
-
Creates the exception object that outputs a message.
- 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(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(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(double) - Method in class javax.vecmath.Matrix3d
-
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(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(float) - Method in class javax.vecmath.Matrix3f
-
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(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(double) - Method in class javax.vecmath.Matrix4d
-
Multiplies each element of this matrix by a scalar.
- 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(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(float) - Method in class javax.vecmath.Matrix4f
-
Multiplies each element of this matrix by a scalar.
- 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(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, 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(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(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).
- 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).
- 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(Quat4d) - Method in class javax.vecmath.Quat4d
-
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.
- mulInverse(Quat4f) - Method in class javax.vecmath.Quat4f
-
Multiplies this quaternion by the inverse of quaternion q1 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 this =
SVDnorm(this*m1).
- 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 this = SVDnorm(m1*m2).
- 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 the 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.
- Point2d - Class in javax.vecmath
-
A 2 element point that is represented by double precision
doubleing point x,y coordinates.
- Point2d(double, double) - Constructor for class javax.vecmath.Point2d
-
Constructs and initializes a Point2d from the specified xy coordinates.
- Point2d(double[]) - Constructor for class javax.vecmath.Point2d
-
Constructs and initializes a Point2d from the specified array.
- 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.
- Point2d() - Constructor for class javax.vecmath.Point2d
-
Constructs and initializes a Point2d to (0,0).
- Point2f - Class in javax.vecmath
-
A 2 element point that is represented by single precision
floating point x,y coordinates.
- Point2f(float, float) - Constructor for class javax.vecmath.Point2f
-
Constructs and initializes a Point2f from the specified xy coordinates.
- Point2f(float[]) - Constructor for class javax.vecmath.Point2f
-
Constructs and initializes a Point2f from the specified array.
- Point2f(Point2f) - Constructor for class javax.vecmath.Point2f
-
Constructs and initializes a Point2f from the specified Point2f.
- Point2f(Point2d) - Constructor for class javax.vecmath.Point2f
-
Constructs and initializes a Point2f from the specified Point2d.
- Point2f(Tuple2f) - Constructor for class javax.vecmath.Point2f
-
Constructs and initializes a Point2f from the specified Tuple2f.
- Point2f(Tuple2d) - Constructor for class javax.vecmath.Point2f
-
Constructs and initializes a Point2f from the specified Tuple2d.
- Point2f() - Constructor for class javax.vecmath.Point2f
-
Constructs and initializes a Point2f to (0,0).
- Point3d - Class in javax.vecmath
-
A 3 element point that is represented by double precision
floating point x,y,z coordinates.
- Point3d(double, double, double) - Constructor for class javax.vecmath.Point3d
-
Constructs and initializes a Point3d from the specified xyz coordinates.
- Point3d(double[]) - Constructor for class javax.vecmath.Point3d
-
Constructs and initializes a Point3d from the specified array.
- 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.
- Point3d() - Constructor for class javax.vecmath.Point3d
-
Constructs and initializes a Point3d to (0,0,0).
- Point3f - Class in javax.vecmath
-
A 3 element point that is represented by single precision
floating point x,y,z coordinates.
- Point3f(float, float, float) - Constructor for class javax.vecmath.Point3f
-
Constructs and initializes a Point3f from the specified xy coordinates.
- Point3f(float[]) - Constructor for class javax.vecmath.Point3f
-
Constructs and initializes a Point3f from the specified array.
- Point3f(Point3f) - Constructor for class javax.vecmath.Point3f
-
Constructs and initializes a Point3f from the specified Point3f.
- Point3f(Point3d) - Constructor for class javax.vecmath.Point3f
-
Constructs and initializes a Point3f from the specified Point3d.
- Point3f(Tuple3f) - Constructor for class javax.vecmath.Point3f
-
Constructs and initializes a Point3f from the specified Tuple3f.
- Point3f(Tuple3d) - Constructor for class javax.vecmath.Point3f
-
Constructs and initializes a Point3f from the specified Tuple3d.
- Point3f() - Constructor for class javax.vecmath.Point3f
-
Constructs and initializes a Point3f to (0,0,0).
- Point3i - Class in javax.vecmath
-
A 3 element point that is represented by signed integer x,y,z coordinates.
- Point3i(int, int, int) - Constructor for class javax.vecmath.Point3i
-
Constructs and initializes a Point3i from the specified xyz coordinates.
- Point3i(int[]) - Constructor for class javax.vecmath.Point3i
-
Constructs and initializes a Point3i from the specified array.
- Point3i(Point3i) - Constructor for class javax.vecmath.Point3i
-
Constructs and initializes a Point3i from the specified Point3i.
- Point3i() - Constructor for class javax.vecmath.Point3i
-
Constructs and initializes a Point3i to (0,0,0).
- Point4d - Class in javax.vecmath
-
A 4 element point that is represented by double precision
floating point x,y,z,w coordinates.
- Point4d(double, double, double, double) - Constructor for class javax.vecmath.Point4d
-
Constructs and initializes a Point4d from the specified xyzw coordinates.
- Point4d(double[]) - Constructor for class javax.vecmath.Point4d
-
Constructs and initializes a Point4d from the specified array.
- Point4d(Point4f) - Constructor for class javax.vecmath.Point4d
-
Constructs and initializes a Point4d from the specified Point4f.
- Point4d(Point4d) - Constructor for class javax.vecmath.Point4d
-
Constructs and initializes a Point4d from the specified Point4d.
- 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.
- Point4d() - Constructor for class javax.vecmath.Point4d
-
Constructs and initializes a Point4d to (0,0,0,0).
- Point4d(Tuple3d) - Constructor for class javax.vecmath.Point4d
-
Constructs and initializes a Point4d from the specified Tuple3d.
- Point4f - Class in javax.vecmath
-
A 4 element point that is represented by single precision
floating point x,y,z,w coordinates.
- Point4f(float, float, float, float) - Constructor for class javax.vecmath.Point4f
-
Constructs and initializes a Point4f from the specified xyzw coordinates.
- Point4f(float[]) - Constructor for class javax.vecmath.Point4f
-
Constructs and initializes a Point4f from the specified array.
- Point4f(Point4f) - Constructor for class javax.vecmath.Point4f
-
Constructs and initializes a Point4f from the specified Point4f.
- Point4f(Point4d) - Constructor for class javax.vecmath.Point4f
-
Constructs and initializes a Point4f from the specified Point4d.
- 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.
- Point4f() - Constructor for class javax.vecmath.Point4f
-
Constructs and initializes a Point4f to (0,0,0,0).
- Point4f(Tuple3f) - Constructor for class javax.vecmath.Point4f
-
Constructs and initializes a Point4d from the specified Tuple3f.
- Point4i - Class in javax.vecmath
-
A 4 element point that is represented by signed integer x,y,z and w coordinates.
- Point4i(int, int, int, int) - Constructor for class javax.vecmath.Point4i
-
Constructs and initializes a Point4i from the specified xyzw coordinates.
- Point4i(int[]) - Constructor for class javax.vecmath.Point4i
-
Constructs and initializes a Point4i from the specified array.
- Point4i(Point4i) - Constructor for class javax.vecmath.Point4i
-
Constructs and initializes a Point4i from the specified Point4i.
- Point4i() - Constructor for class javax.vecmath.Point4i
-
Constructs and initializes a Point4i to (0,0,0,0).
- project(Point4d) - Method in class javax.vecmath.Point3d
-
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.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(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.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.
- 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) - Method in class javax.vecmath.GVector
-
Scales this vector by the scale factor s.
- scale(double, Tuple2d) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the scalar multiplication of tuple t1.
- scale(double) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the scalar multiplication of itself.
- scale(float, Tuple2f) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the scalar multiplication of tuple t1.
- scale(float) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the scalar multiplication of itself.
- scale(double, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the scalar multiplication of tuple t1.
- scale(double) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the scalar multiplication of itself.
- scale(float, Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the scalar multiplication of tuple t1.
- scale(float) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the scalar multiplication of itself.
- scale(int, Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the scalar multiplication of tuples t1.
- scale(int) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the scalar multiplication of itself.
- scale(double, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the scalar multiplication of tuple t1.
- scale(double) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the scalar multiplication of itself.
- scale(float, Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the scalar multiplication of tuple t1.
- scale(float) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the scalar multiplication of itself.
- scale(int, Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to the scalar multiplication of tuples t1.
- scale(int) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to the scalar multiplication of itself.
- 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, 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, 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(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, 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(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, 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(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, 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(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, 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(double, Tuple4d, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the scalar multiplication of tuple t1 and then
adds tuple t2 (this = s*t1 + t2).
- 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(float, Tuple4f, Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the scalar multiplication of tuple t1 and then
adds tuple t2 (this = s*t1 + t2).
- 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(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).
- 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).
- set(Vector3d, double) - Method in class javax.vecmath.AxisAngle4d
-
Sets the value of this AxisAngle4d to the specified axis and
angle.
- 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[]) - Method in class javax.vecmath.AxisAngle4d
-
Sets the value of this axis angle from the 4 values specified in the array.
- set(AxisAngle4d) - Method in class javax.vecmath.AxisAngle4d
-
Sets the value of this axis angle to the value of axis angle t1.
- set(AxisAngle4f) - Method in class javax.vecmath.AxisAngle4d
-
Sets the value of this axis angle to the value of axis angle t1.
- set(Matrix4f) - 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.AxisAngle4d
-
Sets the value of this axis-angle to the rotational component of the
passed matrix.
- set(Matrix3f) - 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.AxisAngle4d
-
Sets the value of this axis-angle to the rotational component of the
passed matrix.
- set(Quat4f) - 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.AxisAngle4d
-
Sets the value of this axis-angle to the rotational equivalent of the
passed quaternion.
- set(Vector3f, float) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this AxisAngle4f to the specified axis and
angle.
- 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[]) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this axis angle from the 4 values specified in the array.
- set(AxisAngle4f) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this axis angle to the value of axis angle t1.
- set(AxisAngle4d) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this axis angle to the value of axis angle t1.
- set(Matrix4f) - 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.AxisAngle4f
-
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(Matrix3d) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this axis-angle to the rotational component of the
passed matrix.
- set(Quat4f) - 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.AxisAngle4f
-
Sets the value of this axis-angle to the rotational equivalent of the
passed quaternion.
- set(Color) - Method in class javax.vecmath.Color3b
-
Sets color from awt.Color.
- set(Color) - Method in class javax.vecmath.Color3f
-
Sets color from awt.Color.
- set(Color) - Method in class javax.vecmath.Color4b
-
Sets color from awt.Color.
- set(Color) - Method in class javax.vecmath.Color4f
-
Sets color from awt.Color.
- set(double[]) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to the values found in the array parameter.
- set(Matrix3f) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to that of the Matrix3f provided.
- set(Matrix3d) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to that of the Matrix3d provided.
- set(Matrix4f) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to that of the Matrix4f provided.
- set(Matrix4d) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to that of the Matrix4d provided.
- set(GMatrix) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to the values found in matrix m1.
- set(double[]) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the values found in the
array parameter.
- set(GVector) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the values found in
vector vector.
- set(Tuple2f) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the values in tuple.
- set(Tuple3f) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the values in tuple.
- set(Tuple3d) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the values in tuple.
- set(Tuple4f) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the values in tuple.
- set(Tuple4d) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the values in tuple.
- 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(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(Quat4f) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the matrix conversion of the
single precision quaternion argument.
- 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(Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the value of the Matrix3d
argument.
- set(Matrix3f) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the double value of the Matrix3f
argument.
- set(double[]) - Method in class javax.vecmath.Matrix3d
-
Sets the values in this Matrix3d 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.Matrix3d
-
Sets the value of this matrix to a scale matrix with the
passed scale amount.
- 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(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(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(Quat4d) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the matrix conversion of the
(double precision) quaternion argument.
- set(Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the double value of the Matrix3f
argument.
- set(Matrix3d) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the float value of the Matrix3d
argument.
- set(float[]) - Method in class javax.vecmath.Matrix3f
-
Sets the values in this Matrix3f 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.Matrix3f
-
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 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(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
(ie, affine matrix with no translational component).
- 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
(ie, affine matrix with no translational component).
- 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(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(Quat4f) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to the matrix conversion of the
single precision quaternion 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(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(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(Matrix4d) - 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.Matrix4d
-
Sets the value of this matrix to the double value of the
passed matrix4f.
- set(double) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to a scale matrix with the
passed scale amount.
- set(Vector3d) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to a translate matrix by the
passed translation value.
- set(double, Vector3d) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to a scale and translation matrix;
scale is not applied to the translation and all of the matrix
values are modified.
- set(Vector3d, double) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to a scale and translation matrix;
the translation is scaled by the scale factor and all of the
matrix values are modified.
- 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 s.
- 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 s.
- 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(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(Quat4d) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to the matrix conversion of the
(double precision) quaternion argument.
- set(AxisAngle4d) - 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(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, 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(Matrix4d) - 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.Matrix4f
-
Sets the value of this matrix to a copy of the
passed matrix m1.
- 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
(ie, 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
(ie, affine matrix with no translational component).
- set(float) - Method in class javax.vecmath.Matrix4f
-
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 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(Vector3f) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to a translate matrix by the
passed translation value.
- set(float, Vector3f) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to a scale and translation matrix;
scale is not applied to the translation and all of the matrix
values are modified.
- set(Vector3f, float) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to a scale and translation matrix;
the translation is scaled by the scale factor and all of the
matrix values are modified.
- 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 s.
- 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 s.
- 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(Tuple3f) - Method in class javax.vecmath.Point4f
-
Sets the x,y,z components of this point to the corresponding
components of tuple t1.
- set(Matrix4f) - 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.Quat4d
-
Sets the value of this quaternion to the rotational component of
the passed matrix.
- set(Matrix3f) - 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.Quat4d
-
Sets the value of this quaternion to the rotational component of
the passed matrix.
- set(AxisAngle4f) - Method in class javax.vecmath.Quat4d
-
Sets the value of this quaternion to the equivalent rotation of teh
AxisAngle argument.
- set(AxisAngle4d) - Method in class javax.vecmath.Quat4d
-
Sets the value of this quaternion to the equivalent rotation of teh
AxisAngle argument.
- set(Matrix4f) - Method in class javax.vecmath.Quat4f
-
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(Matrix3f) - Method in class javax.vecmath.Quat4f
-
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(AxisAngle4f) - Method in class javax.vecmath.Quat4f
-
Sets the value of this quaternion to the equivalent rotation of teh
AxisAngle argument.
- set(AxisAngle4d) - Method in class javax.vecmath.Quat4f
-
Sets the value of this quaternion to the equivalent rotation of teh
AxisAngle argument.
- set(double, double) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the specified xy coordinates.
- set(double[]) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple from the 2 values specified in the array.
- set(Tuple2d) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the value of the Tuple2d argument.
- set(Tuple2f) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the value of the Tuple2f argument.
- set(float, float) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the specified xy coordinates.
- set(float[]) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple from the 2 values specified in the array.
- set(Tuple2f) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the value of the Tuple2f argument.
- set(Tuple2d) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the value of the Tuple2d argument.
- 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(byte[]) - 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(double, double, double) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the specified xyz coordinates.
- set(double[]) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple from the 3 values specified in the array.
- set(Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the value of the Tuple3d argument.
- set(Tuple3f) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the value of the Tuple3f argument.
- set(float, float, float) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the specified xyz coordinates.
- set(float[]) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple from the 3 values specified in the array.
- set(Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the value of the Tuple3f argument.
- set(Tuple3d) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the value of the Tuple3d argument.
- set(int, int, int) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to to the specified x, y, and z coordinates.
- set(int[]) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the specified coordinates int the
array of length 3.
- 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(byte[]) - 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(double, double, double, double) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the specified xyzw coordinates.
- set(double[]) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple from the 4 values specified in the array.
- set(Tuple4d) - 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.Tuple4d
-
Sets the value of this tuple to the value of tuple t1.
- set(float, float, float, float) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the specified xyzw coordinates.
- set(float[]) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple from the 4 values specified in the array.
- set(Tuple4f) - Method in class javax.vecmath.Tuple4f
-
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(int, int, int, int) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to to the specified x, y, z, and w coordinates.
- set(int[]) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to the specified coordinates int the
array of length 4.
- set(Tuple4i) - Method in class javax.vecmath.Tuple4i
-
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 point to the corresponding
components of tuple t1.
- set(Tuple3f) - Method in class javax.vecmath.Vector4f
-
Sets the x,y,z components of this point to the corresponding
components of tuple t1.
- setColumn(int, double[]) - Method in class javax.vecmath.GMatrix
-
Copy the values from the array into the specified column of this
matrix.
- setColumn(int, GVector) - Method in class javax.vecmath.GMatrix
-
Copy the values from the array into the specified column of this
matrix.
- 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, Vector3d) - Method in class javax.vecmath.Matrix3d
-
Sets the specified column of this matrix3d to the vector provided.
- setColumn(int, double[]) - Method in class javax.vecmath.Matrix3d
-
Sets the specified column of this matrix3d to the four values provided.
- setColumn(int, float, float, float) - Method in class javax.vecmath.Matrix3f
-
Sets the specified column of this matrix3d to the three values provided.
- setColumn(int, Vector3f) - Method in class javax.vecmath.Matrix3f
-
Sets the specified column of this matrix3d to the vector provided.
- setColumn(int, float[]) - Method in class javax.vecmath.Matrix3f
-
Sets the specified column of this matrix3d to the four 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, Vector4d) - Method in class javax.vecmath.Matrix4d
-
Sets the specified column of this matrix4d to the vector provided.
- setColumn(int, double[]) - Method in class javax.vecmath.Matrix4d
-
Sets the specified column of this matrix4d to the four 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, Vector4f) - Method in class javax.vecmath.Matrix4f
-
Sets the specified column of this matrix4f to the vector provided.
- setColumn(int, float[]) - Method in class javax.vecmath.Matrix4f
-
Sets the specified column of this matrix4f to the four values provided.
- setElement(int, int, double) - Method in class javax.vecmath.GMatrix
-
Modifies the value at the specified row and column of this matrix.
- 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.Matrix3d
-
Sets the specified element of this matrix3d to the value provided.
- setElement(int, int, float) - Method in class javax.vecmath.Matrix3f
-
Sets the specified element of this matrix3d to the value provided.
- setElement(int, int, double) - Method in class javax.vecmath.Matrix4d
-
Sets the specified element of this matrix4d 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.
- 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(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(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(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(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(Matrix3d) - 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(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(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.
- 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(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.
- 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, GVector) - Method in class javax.vecmath.GMatrix
-
Copy the values from the array into the specified row of this
matrix.
- setRow(int, double, double, double) - Method in class javax.vecmath.Matrix3d
-
Sets the specified row of this matrix3d to the three values provided.
- setRow(int, Vector3d) - Method in class javax.vecmath.Matrix3d
-
Sets the specified row of this matrix3d to the Vector provided.
- setRow(int, double[]) - Method in class javax.vecmath.Matrix3d
-
Sets the specified row of this matrix3d to the four values provided.
- setRow(int, float, float, float) - Method in class javax.vecmath.Matrix3f
-
Sets the specified row of this matrix3d to the three values provided.
- setRow(int, Vector3f) - Method in class javax.vecmath.Matrix3f
-
Sets the specified row of this matrix3d to the Vector provided.
- setRow(int, float[]) - Method in class javax.vecmath.Matrix3f
-
Sets the specified row of this matrix3d to the four 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, Vector4d) - Method in class javax.vecmath.Matrix4d
-
Sets the specified row of this matrix4d to the Vector provided.
- setRow(int, double[]) - Method in class javax.vecmath.Matrix4d
-
Sets the specified row of this matrix4d to the four 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, Vector4f) - Method in class javax.vecmath.Matrix4f
-
Sets the specified row of this matrix4f to the Vector provided.
- setRow(int, float[]) - Method in class javax.vecmath.Matrix4f
-
Sets the specified row of this matrix4f to the four values 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) 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) from the rotational component 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.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, int) - Method in class javax.vecmath.GMatrix
-
Changes the size of this matrix dynamically.
- setSize(int) - Method in class javax.vecmath.GVector
-
Changes the size of this vector 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.
- 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 cannot be computed.
- SingularMatrixException() - Constructor for exception javax.vecmath.SingularMatrixException
-
Creates the exception object with default values.
- SingularMatrixException(String) - Constructor for exception javax.vecmath.SingularMatrixException
-
Creates the exception object that outputs a 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, Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the matrix difference
of matrices m1 and m2.
- 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(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
-
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(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
-
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(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to the matrix difference
of matrices m1 and m2.
- sub(Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to the matrix difference of itself
and matrix m1 (this = this - m1).
- 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(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(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(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(Tuple3d, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the vector difference of tuple t1 and t2 (this = t1 - t2).
- sub(Tuple3d) - Method in class javax.vecmath.Tuple3d
-
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 tuple 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(Tuple3i, Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the difference of tuples t1 and t2.
- sub(Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the difference of itself and t1.
- sub(Tuple4d, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the vector difference of tuple t1 and t2 (this = t1 - t2).
- sub(Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the vector difference of itself and tuple t1 (this = this - t1).
- sub(Tuple4f, Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the vector difference of tuple t1 and t2 (this = t1 - t2).
- sub(Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the vector difference of itself and tuple 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.
- sub(Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to the difference of itself and t1.
- 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.
- SVDTest() - Static method in class javax.vecmath.VecmathTest
-
- TexCoord2f - Class in javax.vecmath
-
A 2 element texture coordinate that is represented by single precision
floating point x,y coordinates.
- TexCoord2f(float, float) - Constructor for class javax.vecmath.TexCoord2f
-
Constructs and initializes a TexCoord2f from the specified xy coordinates.
- TexCoord2f(float[]) - Constructor for class javax.vecmath.TexCoord2f
-
Constructs and initializes a TexCoord2f from the specified array.
- TexCoord2f(TexCoord2f) - Constructor for class javax.vecmath.TexCoord2f
-
Constructs and initializes a TexCoord2f from the specified TexCoord2f.
- TexCoord2f(Tuple2f) - Constructor for class javax.vecmath.TexCoord2f
-
Constructs and initializes a TexCoord2f from the specified Tuple2f.
- TexCoord2f() - Constructor for class javax.vecmath.TexCoord2f
-
Constructs and initializes a TexCoord2f to (0,0).
- TexCoord3f - Class in javax.vecmath
-
A 3 element texture coordinate that is represented by single precision
floating point x,y,z coordinates.
- TexCoord3f(float, float, float) - Constructor for class javax.vecmath.TexCoord3f
-
Constructs and initializes a TexCoord3f from the specified xy coordinates.
- TexCoord3f(float[]) - Constructor for class javax.vecmath.TexCoord3f
-
Constructs and initializes a TexCoord3f from the specified array.
- TexCoord3f(TexCoord3f) - Constructor for class javax.vecmath.TexCoord3f
-
Constructs and initializes a TexCoord3f from the specified TexCoord3f.
- TexCoord3f() - Constructor for class javax.vecmath.TexCoord3f
-
Constructs and initializes a TexCoord3f to (0,0,0).
- toString() - Method in class javax.vecmath.AxisAngle4d
-
Returns a string that contains the values of this AxisAngle4d.
- toString() - Method in class javax.vecmath.AxisAngle4f
-
Returns a string that contains the values of this AxisAngle4f.
- toString() - Method in class javax.vecmath.GMatrix
-
Returns a string that contains the values of this GMatrix.
- toString() - Method in class javax.vecmath.GVector
-
Returns a string that contains the values of this GVector.
- toString() - Method in class javax.vecmath.Matrix3d
-
Returns a string that contains the values of this Matrix3d.
- toString() - Method in class javax.vecmath.Matrix3f
-
Returns a string that contains the values of this Matrix3f.
- toString() - Method in class javax.vecmath.Matrix4d
-
Returns a string that contains the values of this Matrix4d.
- toString() - Method in class javax.vecmath.Matrix4f
-
Returns a string that contains the values of this Matrix4f.
- toString() - Method in class javax.vecmath.Tuple2d
-
Returns a string that contains the values of this Tuple2d.
- toString() - Method in class javax.vecmath.Tuple2f
-
Returns a string that contains the values of this Tuple2f.
- toString() - Method in class javax.vecmath.Tuple3b
-
Returns a string that contains the values of this Tuple3b.
- toString() - Method in class javax.vecmath.Tuple3d
-
Returns a string that contains the values of this Tuple3d.
- toString() - Method in class javax.vecmath.Tuple3f
-
Returns a string that contains the values of this Tuple3f.
- toString() - Method in class javax.vecmath.Tuple3i
-
Returns a string that contains the values of this Tuple3i.
- toString() - Method in class javax.vecmath.Tuple4b
-
Returns a string that contains the values of this Tuple4b.
- toString() - Method in class javax.vecmath.Tuple4d
-
Returns a string that contains the values of this Tuple4d.
- toString() - Method in class javax.vecmath.Tuple4f
-
Returns a string that contains the values of this Tuple4f.
- toString() - Method in class javax.vecmath.Tuple4i
-
Returns a string that contains the values of this Tuple4i.
- trace() - Method in class javax.vecmath.GMatrix
-
Returns the trace of this matrix.
- transform(Tuple3d) - Method in class javax.vecmath.Matrix3d
-
Transform the vector vec using this Matrix3d and place the
result back into vec.
- transform(Tuple3d, Tuple3d) - Method in class javax.vecmath.Matrix3d
-
Transform the vector vec using this Matrix3d and place the
result into vecOut.
- transform(Tuple3f) - Method in class javax.vecmath.Matrix3f
-
Transform the vector vec using this Matrix3f and place the
result back into vec.
- transform(Tuple3f, Tuple3f) - Method in class javax.vecmath.Matrix3f
-
Transform the vector vec using this Matrix3f and place the
result into vecOut.
- transform(Tuple4d, Tuple4d) - Method in class javax.vecmath.Matrix4d
-
Transform the vector vec using this Matrix4d and place the
result into vecOut.
- transform(Tuple4d) - Method in class javax.vecmath.Matrix4d
-
Transform the vector vec using this Matrix4d and place the
result back into vec.
- transform(Tuple4f, Tuple4f) - Method in class javax.vecmath.Matrix4d
-
Transform the vector vec using this Matrix4d and place the
result into vecOut.
- transform(Tuple4f) - Method in class javax.vecmath.Matrix4d
-
Transform the vector vec using this Matrix4d and place the
result back into vec.
- transform(Point3d, Point3d) - Method in class javax.vecmath.Matrix4d
-
Transforms the point parameter with this Matrix4d and places the result
into pointOut.
- transform(Point3d) - Method in class javax.vecmath.Matrix4d
-
Transforms the point parameter with this Matrix4d and
places the result back into point.
- transform(Point3f, Point3f) - Method in class javax.vecmath.Matrix4d
-
Transforms the point parameter with this Matrix4d and places the result
into pointOut.
- transform(Point3f) - Method in class javax.vecmath.Matrix4d
-
Transforms the point parameter with this Matrix4d and
places the result back into point.
- transform(Vector3d, Vector3d) - Method in class javax.vecmath.Matrix4d
-
Transforms the normal parameter by this Matrix4d and places the value
into normalOut.
- transform(Vector3d) - Method in class javax.vecmath.Matrix4d
-
Transforms the normal parameter by this transform and places the value
back into normal.
- transform(Vector3f, Vector3f) - Method in class javax.vecmath.Matrix4d
-
Transforms the normal parameter by this Matrix4d and places the value
into normalOut.
- transform(Vector3f) - Method in class javax.vecmath.Matrix4d
-
Transforms the normal parameter by this transform and places the value
back into normal.
- transform(Tuple4f, Tuple4f) - Method in class javax.vecmath.Matrix4f
-
Transform the vector vec using this Matrix4f and place the
result into vecOut.
- transform(Tuple4f) - Method in class javax.vecmath.Matrix4f
-
Transform the vector vec using this Matrix4f and place the
result back into vec.
- transform(Point3f, Point3f) - Method in class javax.vecmath.Matrix4f
-
Transforms the point parameter with this Matrix4f and places the result
into pointOut.
- transform(Point3f) - Method in class javax.vecmath.Matrix4f
-
Transforms the point parameter with this Matrix4f and
places the result back into point.
- transform(Vector3f, Vector3f) - Method in class javax.vecmath.Matrix4f
-
Transforms the normal parameter by this Matrix4f and places the value
into normalOut.
- transform(Vector3f) - Method in class javax.vecmath.Matrix4f
-
Transforms the normal parameter by this transform and places the value
back into normal.
- transpose() - Method in class javax.vecmath.GMatrix
-
Transposes this matrix in place.
- transpose(GMatrix) - Method in class javax.vecmath.GMatrix
-
Places the matrix values of the transpose of matrix m1 into this matrix.
- transpose() - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to its transpose.
- transpose(Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the transpose of the argument matrix
- transpose() - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to its transpose.
- transpose(Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the transpose of the argument matrix
- transpose() - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to its transpose.
- transpose(Matrix4d) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to the transpose of the argument matrix
- transpose() - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to its transpose.
- transpose(Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to the transpose of the argument matrix
- Tuple2d - Class in javax.vecmath
-
A generic 2 element tuple that is represented by
double precision floating point x,y coordinates.
- Tuple2d(double, double) - Constructor for class javax.vecmath.Tuple2d
-
Constructs and initializes a Tuple2d from the specified xy coordinates.
- Tuple2d(double[]) - Constructor for class javax.vecmath.Tuple2d
-
Constructs and initializes a Tuple2d from the specified array.
- Tuple2d(Tuple2d) - Constructor for class javax.vecmath.Tuple2d
-
Constructs and initializes a Tuple2d from the specified Tuple2d.
- Tuple2d(Tuple2f) - Constructor for class javax.vecmath.Tuple2d
-
Constructs and initializes a Tuple2d from the specified Tuple2f.
- Tuple2d() - Constructor for class javax.vecmath.Tuple2d
-
Constructs and initializes a Tuple2d to (0,0).
- Tuple2f - Class in javax.vecmath
-
A generic 2 element tuple that is represented by
single precision floating point x,y coordinates.
- Tuple2f(float, float) - Constructor for class javax.vecmath.Tuple2f
-
Constructs and initializes a Tuple2f from the specified xy coordinates.
- Tuple2f(float[]) - Constructor for class javax.vecmath.Tuple2f
-
Constructs and initializes a Tuple2f from the specified array.
- Tuple2f(Tuple2f) - Constructor for class javax.vecmath.Tuple2f
-
Constructs and initializes a Tuple2f from the specified Tuple2f.
- Tuple2f(Tuple2d) - Constructor for class javax.vecmath.Tuple2f
-
Constructs and initializes a Tuple2f from the specified Tuple2d.
- Tuple2f() - Constructor for class javax.vecmath.Tuple2f
-
Constructs and initializes a Tuple2f to (0,0).
- Tuple3b - Class in javax.vecmath
-
A three byte tuple.
- Tuple3b(byte, byte, byte) - Constructor for class javax.vecmath.Tuple3b
-
Constructs and initializes a Tuple3b from the specified three values.
- Tuple3b(byte[]) - Constructor for class javax.vecmath.Tuple3b
-
Constructs and initializes a Tuple3b from input array of length 3.
- Tuple3b(Tuple3b) - Constructor for class javax.vecmath.Tuple3b
-
Constructs and initializes a Tuple3b from the specified Tuple3b.
- Tuple3b() - Constructor for class javax.vecmath.Tuple3b
-
Constructs and initializes a Tuple3b to (0,0,0).
- Tuple3d - Class in javax.vecmath
-
A generic 3 element tuple that is represented by
double precision floating point x,y and z coordinates.
- Tuple3d(double, double, double) - Constructor for class javax.vecmath.Tuple3d
-
Constructs and initializes a Tuple3d from the specified xyz coordinates.
- Tuple3d(double[]) - Constructor for class javax.vecmath.Tuple3d
-
Constructs and initializes a Tuple3d from the specified array.
- Tuple3d(Tuple3d) - Constructor for class javax.vecmath.Tuple3d
-
Constructs and initializes a Tuple3d from the specified Tuple3d.
- Tuple3d(Tuple3f) - Constructor for class javax.vecmath.Tuple3d
-
Constructs and initializes a Tuple3d from the specified Tuple3f.
- Tuple3d() - Constructor for class javax.vecmath.Tuple3d
-
Constructs and initializes a Tuple3d to (0,0,0).
- Tuple3f - Class in javax.vecmath
-
A generic 3 element tuple that is represented by
single precision floating point x,y and z coordinates.
- Tuple3f(float, float, float) - Constructor for class javax.vecmath.Tuple3f
-
Constructs and initializes a Tuple3f from the specified xyz coordinates.
- Tuple3f(float[]) - Constructor for class javax.vecmath.Tuple3f
-
Constructs and initializes a Tuple3f from the specified array.
- Tuple3f(Tuple3f) - Constructor for class javax.vecmath.Tuple3f
-
Constructs and initializes a Tuple3f from the specified Tuple3f.
- Tuple3f(Tuple3d) - Constructor for class javax.vecmath.Tuple3f
-
Constructs and initializes a Tuple3f from the specified Tuple3d.
- Tuple3f() - Constructor for class javax.vecmath.Tuple3f
-
Constructs and initializes a Tuple3f to (0,0,0).
- Tuple3i - Class in javax.vecmath
-
A 3-element tuple represented by signed integer x,y,z coordinates.
- Tuple3i(int, int, int) - Constructor for class javax.vecmath.Tuple3i
-
Constructs and initializes a Tuple3i from the specified x, y, and z
coordinates.
- Tuple3i(int[]) - Constructor for class javax.vecmath.Tuple3i
-
Constructs and initializes a Tuple3i from input array of length 3.
- Tuple3i(Tuple3i) - Constructor for class javax.vecmath.Tuple3i
-
Constructs and initializes a Tuple3i from the specified Tuple3i.
- Tuple3i() - Constructor for class javax.vecmath.Tuple3i
-
Constructs and initializes a Tuple3i to (0,0,0).
- Tuple4b - Class in javax.vecmath
-
A four byte tuple.
- Tuple4b(byte, byte, byte, byte) - Constructor for class javax.vecmath.Tuple4b
-
Constructs and initializes a Tuple4b from the specified three values.
- Tuple4b(byte[]) - Constructor for class javax.vecmath.Tuple4b
-
Constructs and initializes a Tuple4b from input array of length 4.
- Tuple4b(Tuple4b) - Constructor for class javax.vecmath.Tuple4b
-
Constructs and initializes a Tuple4b from the specified Tuple4b.
- Tuple4b() - Constructor for class javax.vecmath.Tuple4b
-
Constructs and initializes a Tuple4b to (0,0,0,0).
- Tuple4d - Class in javax.vecmath
-
A generic 4 element tuple that is represented by
double precision floating point x,y,z and w coordinates.
- Tuple4d(double, double, double, double) - Constructor for class javax.vecmath.Tuple4d
-
Constructs and initializes a Tuple4d from the specified xyzw coordinates.
- Tuple4d(double[]) - Constructor for class javax.vecmath.Tuple4d
-
Constructs and initializes a Tuple4d from the specified array.
- Tuple4d(Tuple4d) - Constructor for class javax.vecmath.Tuple4d
-
Constructs and initializes a Tuple4d from the specified Tuple4d.
- Tuple4d(Tuple4f) - Constructor for class javax.vecmath.Tuple4d
-
Constructs and initializes a Tuple4d from the specified Tuple4f.
- Tuple4d() - Constructor for class javax.vecmath.Tuple4d
-
Constructs and initializes a Tuple4d to (0,0,0,0).
- Tuple4f - Class in javax.vecmath
-
A generic 4 element tuple that is represented by
single precision floating point x,y,z and w coordinates.
- Tuple4f(float, float, float, float) - Constructor for class javax.vecmath.Tuple4f
-
Constructs and initializes a Tuple4f from the specified xyzw coordinates.
- Tuple4f(float[]) - Constructor for class javax.vecmath.Tuple4f
-
Constructs and initializes a Tuple4f from the specified array.
- Tuple4f(Tuple4f) - Constructor for class javax.vecmath.Tuple4f
-
Constructs and initializes a Tuple4f from the specified Tuple4f.
- Tuple4f(Tuple4d) - Constructor for class javax.vecmath.Tuple4f
-
Constructs and initializes a Tuple4f from the specified Tuple4d.
- Tuple4f() - Constructor for class javax.vecmath.Tuple4f
-
Constructs and initializes a Tuple4f to (0,0,0,0).
- Tuple4i - Class in javax.vecmath
-
A 4-element tuple represented by signed integer x,y,z,w coordinates.
- Tuple4i(int, int, int, int) - Constructor for class javax.vecmath.Tuple4i
-
Constructs and initializes a Tuple4i from the specified x, y, z and w
coordinates.
- Tuple4i(int[]) - Constructor for class javax.vecmath.Tuple4i
-
Constructs and initializes a Tuple4i from input array of length 4.
- Tuple4i(Tuple4i) - Constructor for class javax.vecmath.Tuple4i
-
Constructs and initializes a Tuple4i from the specified Tuple4i.
- Tuple4i() - Constructor for class javax.vecmath.Tuple4i
-
Constructs and initializes a Tuple4i to (0,0,0,0).