- absolute() - Method in class javax.vecmath.Tuple2d
-
Sets each component of this tuple to its absolute value.
- absolute() - Method in class javax.vecmath.Tuple2f
-
Sets each component of this tuple to its absolute value.
- absolute() - Method in class javax.vecmath.Tuple2i
-
Sets each component of this tuple to its absolute value.
- absolute() - Method in class javax.vecmath.Tuple3d
-
Sets each component of this tuple to its absolute value.
- absolute() - Method in class javax.vecmath.Tuple3f
-
Sets each component of this tuple to its absolute value.
- absolute() - Method in class javax.vecmath.Tuple3i
-
Sets each component of this tuple to its absolute value.
- absolute() - Method in class javax.vecmath.Tuple4d
-
Sets each component of this tuple to its absolute value.
- absolute() - Method in class javax.vecmath.Tuple4f
-
Sets each component of this tuple to its absolute value.
- absolute() - Method in class javax.vecmath.Tuple4i
-
Sets each component of this tuple to its absolute value.
- absolute(Tuple2d) - Method in class javax.vecmath.Tuple2d
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute(Tuple2f) - Method in class javax.vecmath.Tuple2f
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute(Tuple2i) - Method in class javax.vecmath.Tuple2i
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute(Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute(Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute(Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute(Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute(Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- absolute(Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Sets each component of the tuple parameter to its absolute
value and places the modified values into this tuple.
- add(double) - Method in class javax.vecmath.Matrix3d
-
Adds a scalar to each component of this matrix.
- add(double) - Method in class javax.vecmath.Matrix4d
-
Adds a scalar to each component of this matrix.
- add(double, Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Adds a scalar to each component of the matrix m1 and places
the result into this.
- add(double, Matrix4d) - Method in class javax.vecmath.Matrix4d
-
Adds a scalar to each component of the matrix m1 and places
the result into this.
- add(float) - Method in class javax.vecmath.Matrix3f
-
Adds a scalar to each component of this matrix.
- add(float) - Method in class javax.vecmath.Matrix4f
-
Adds a scalar to each component of this matrix.
- add(float, Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Adds a scalar to each component of the matrix m1 and places
the result into this.
- add(float, Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Adds a scalar to each component of the matrix m1 and places
the result into this.
- add(GMatrix) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to sum of itself and matrix m1.
- add(GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
- add(GVector) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to sum of itself and the specified
vector
- add(GVector, GVector) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the vector sum of vectors vector1
and vector2.
- add(Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the sum of itself and matrix m1.
- add(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
- add(Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the matrix sum of itself and
matrix m1.
- add(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
- add(Matrix4d) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to sum of itself and matrix m1.
- add(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
- add(Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to the sum of itself and matrix m1.
- add(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to the matrix sum of matrices m1 and m2.
- add(Tuple2d) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the vector sum of itself and tuple t1.
- add(Tuple2d, Tuple2d) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the vector sum of tuples t1 and t2.
- add(Tuple2f) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the vector sum of itself and tuple t1.
- add(Tuple2f, Tuple2f) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the vector sum of tuples t1 and t2.
- add(Tuple2i) - Method in class javax.vecmath.Tuple2i
-
Sets the value of this tuple to the sum of itself and t1.
- add(Tuple2i, Tuple2i) - Method in class javax.vecmath.Tuple2i
-
Sets the value of this tuple to the sum of tuples t1 and t2.
- add(Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the sum of itself and t1.
- add(Tuple3d, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the sum of tuples t1 and t2.
- add(Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the vector sum of itself and tuple t1.
- add(Tuple3f, Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the vector sum of tuples t1 and t2.
- add(Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the sum of itself and t1.
- add(Tuple3i, Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the sum of tuples t1 and t2.
- add(Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the sum of itself and tuple t1.
- add(Tuple4d, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the tuple sum of tuples t1 and t2.
- add(Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the sum of itself and t1.
- add(Tuple4f, Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the sum of tuples t1 and t2.
- add(Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to the sum of itself and t1.
- add(Tuple4i, Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to the sum of tuples t1 and t2.
- angle - Variable in class javax.vecmath.AxisAngle4d
-
The angle of rotation in radians.
- angle - Variable in class javax.vecmath.AxisAngle4f
-
The angle of rotation in radians.
- angle(GVector) - Method in class javax.vecmath.GVector
-
Returns the (n-space) angle in radians between this vector and
the vector parameter; the return value is constrained to the
range [0,PI].
- angle(Vector2d) - Method in class javax.vecmath.Vector2d
-
Returns the angle in radians between this vector and the vector
parameter; the return value is constrained to the range [0,PI].
- angle(Vector2f) - Method in class javax.vecmath.Vector2f
-
Returns the angle in radians between this vector and the vector
parameter; the return value is constrained to the range [0,PI].
- angle(Vector3d) - Method in class javax.vecmath.Vector3d
-
Returns the angle in radians between this vector and the vector
parameter; the return value is constrained to the range [0,PI].
- angle(Vector3f) - Method in class javax.vecmath.Vector3f
-
Returns the angle in radians between this vector and the vector
parameter; the return value is constrained to the range [0,PI].
- angle(Vector4d) - Method in class javax.vecmath.Vector4d
-
Returns the (4-space) angle in radians between this vector and
the vector parameter; the return value is constrained to the
range [0,PI].
- angle(Vector4f) - Method in class javax.vecmath.Vector4f
-
Returns the (4-space) angle in radians between this vector and
the vector parameter; the return value is constrained to the
range [0,PI].
- AxisAngle4d - Class in javax.vecmath
-
A four-element axis angle represented by double-precision floating point
x,y,z,angle components.
- AxisAngle4d() - Constructor for class javax.vecmath.AxisAngle4d
-
Constructs and initializes an AxisAngle4d to (0,0,1,0).
- AxisAngle4d(double[]) - Constructor for class javax.vecmath.AxisAngle4d
-
Constructs and initializes an AxisAngle4d from the components
contained in the array.
- AxisAngle4d(double, double, double, double) - Constructor for class javax.vecmath.AxisAngle4d
-
Constructs and initializes an AxisAngle4d from the specified
x, y, z, and angle.
- AxisAngle4d(AxisAngle4d) - Constructor for class javax.vecmath.AxisAngle4d
-
Constructs and initializes an AxisAngle4d from the specified AxisAngle4d.
- AxisAngle4d(AxisAngle4f) - Constructor for class javax.vecmath.AxisAngle4d
-
Constructs and initializes an AxisAngle4d from the specified
AxisAngle4f.
- AxisAngle4d(Vector3d, double) - Constructor for class javax.vecmath.AxisAngle4d
-
Constructs and initializes an AxisAngle4d from the specified
axis and angle.
- AxisAngle4f - Class in javax.vecmath
-
A four-element axis angle represented by single-precision floating point
x,y,z,angle components.
- AxisAngle4f() - Constructor for class javax.vecmath.AxisAngle4f
-
Constructs and initializes an AxisAngle4f to (0,0,1,0).
- AxisAngle4f(float[]) - Constructor for class javax.vecmath.AxisAngle4f
-
Constructs and initializes an AxisAngle4f from the array of length 4.
- AxisAngle4f(float, float, float, float) - Constructor for class javax.vecmath.AxisAngle4f
-
Constructs and initializes a AxisAngle4f from the specified xyzw coordinates.
- AxisAngle4f(AxisAngle4d) - Constructor for class javax.vecmath.AxisAngle4f
-
Constructs and initializes an AxisAngle4f from the specified AxisAngle4d.
- AxisAngle4f(AxisAngle4f) - Constructor for class javax.vecmath.AxisAngle4f
-
Constructs and initializes an AxisAngle4f from the specified
AxisAngle4f.
- AxisAngle4f(Vector3f, float) - Constructor for class javax.vecmath.AxisAngle4f
-
Constructs and initializes an AxisAngle4f from the specified
axis and angle.
- clamp(double, double) - Method in class javax.vecmath.Tuple2d
-
Clamps this tuple to the range [low, high].
- clamp(double, double) - Method in class javax.vecmath.Tuple3d
-
Clamps this tuple to the range [low, high].
- clamp(double, double) - Method in class javax.vecmath.Tuple4d
-
Clamps this tuple to the range [low, high].
- clamp(double, double, Tuple2d) - Method in class javax.vecmath.Tuple2d
-
Clamps the tuple parameter to the range [low, high] and
places the values into this tuple.
- clamp(double, double, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Clamps the tuple parameter to the range [low, high] and
places the values into this tuple.
- clamp(double, double, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Clamps the tuple parameter to the range [low, high] and
places the values into this tuple.
- clamp(float, float) - Method in class javax.vecmath.Tuple2f
-
Clamps this tuple to the range [low, high].
- clamp(float, float) - Method in class javax.vecmath.Tuple3d
-
Deprecated.
- clamp(float, float) - Method in class javax.vecmath.Tuple3f
-
Clamps this tuple to the range [low, high].
- clamp(float, float) - Method in class javax.vecmath.Tuple4d
-
Deprecated.
- clamp(float, float) - Method in class javax.vecmath.Tuple4f
-
Clamps this tuple to the range [low, high].
- clamp(float, float, Tuple2f) - Method in class javax.vecmath.Tuple2f
-
Clamps the tuple parameter to the range [low, high] and
places the values into this tuple.
- clamp(float, float, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Deprecated.
- clamp(float, float, Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Clamps the tuple parameter to the range [low, high] and
places the values into this tuple.
- clamp(float, float, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Deprecated.
- clamp(float, float, Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Clamps the tuple parameter to the range [low, high] and
places the values into this tuple.
- clamp(int, int) - Method in class javax.vecmath.Tuple2i
-
Clamps this tuple to the range [low, high].
- clamp(int, int) - Method in class javax.vecmath.Tuple3i
-
Clamps this tuple to the range [low, high].
- clamp(int, int) - Method in class javax.vecmath.Tuple4i
-
Clamps this tuple to the range [low, high].
- clamp(int, int, Tuple2i) - Method in class javax.vecmath.Tuple2i
-
Clamps the tuple parameter to the range [low, high] and
places the values into this tuple.
- clamp(int, int, Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Clamps the tuple parameter to the range [low, high] and
places the values into this tuple.
- clamp(int, int, Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Clamps the tuple parameter to the range [low, high] and
places the values into this tuple.
- clampMax(double) - Method in class javax.vecmath.Tuple2d
-
Clamps the maximum value of this tuple to the max parameter.
- clampMax(double) - Method in class javax.vecmath.Tuple3d
-
Clamps the maximum value of this tuple to the max parameter.
- clampMax(double) - Method in class javax.vecmath.Tuple4d
-
Clamps the maximum value of this tuple to the max parameter.
- clampMax(double, Tuple2d) - Method in class javax.vecmath.Tuple2d
-
Clamps the maximum value of the tuple parameter to the max
parameter and places the values into this tuple.
- clampMax(double, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Clamps the maximum value of the tuple parameter to the max
parameter and places the values into this tuple.
- clampMax(double, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Clamps the maximum value of the tuple parameter to the max
parameter and places the values into this tuple.
- clampMax(float) - Method in class javax.vecmath.Tuple2f
-
Clamps the maximum value of this tuple to the max parameter.
- clampMax(float) - Method in class javax.vecmath.Tuple3d
-
Deprecated.
- clampMax(float) - Method in class javax.vecmath.Tuple3f
-
Clamps the maximum value of this tuple to the max parameter.
- clampMax(float) - Method in class javax.vecmath.Tuple4d
-
Deprecated.
- clampMax(float) - Method in class javax.vecmath.Tuple4f
-
Clamps the maximum value of this tuple to the max parameter.
- clampMax(float, Tuple2f) - Method in class javax.vecmath.Tuple2f
-
Clamps the maximum value of the tuple parameter to the max
parameter and places the values into this tuple.
- clampMax(float, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Deprecated.
- clampMax(float, Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Clamps the maximum value of the tuple parameter to the max
parameter and places the values into this tuple.
- clampMax(float, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Deprecated.
- clampMax(float, Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Clamps the maximum value of the tuple parameter to the max
parameter and places the values into this tuple.
- clampMax(int) - Method in class javax.vecmath.Tuple2i
-
Clamps the maximum value of this tuple to the max parameter.
- clampMax(int) - Method in class javax.vecmath.Tuple3i
-
Clamps the maximum value of this tuple to the max parameter.
- clampMax(int) - Method in class javax.vecmath.Tuple4i
-
Clamps the maximum value of this tuple to the max parameter.
- clampMax(int, Tuple2i) - Method in class javax.vecmath.Tuple2i
-
Clamps the maximum value of the tuple parameter to the max
parameter and places the values into this tuple.
- clampMax(int, Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Clamps the maximum value of the tuple parameter to the max
parameter and places the values into this tuple.
- clampMax(int, Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Clamps the maximum value of the tuple parameter to the max
parameter and places the values into this tuple.
- clampMin(double) - Method in class javax.vecmath.Tuple2d
-
Clamps the minimum value of this tuple to the min parameter.
- clampMin(double) - Method in class javax.vecmath.Tuple3d
-
Clamps the minimum value of this tuple to the min parameter.
- clampMin(double) - Method in class javax.vecmath.Tuple4d
-
Clamps the minimum value of this tuple to the min parameter.
- clampMin(double, Tuple2d) - Method in class javax.vecmath.Tuple2d
-
Clamps the minimum value of the tuple parameter to the min
parameter and places the values into this tuple.
- clampMin(double, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Clamps the minimum value of the tuple parameter to the min
parameter and places the values into this tuple.
- clampMin(double, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Clamps the minimum value of the tuple parameter to the min
parameter and places the values into this tuple.
- clampMin(float) - Method in class javax.vecmath.Tuple2f
-
Clamps the minimum value of this tuple to the min parameter.
- clampMin(float) - Method in class javax.vecmath.Tuple3d
-
Deprecated.
- clampMin(float) - Method in class javax.vecmath.Tuple3f
-
Clamps the minimum value of this tuple to the min parameter.
- clampMin(float) - Method in class javax.vecmath.Tuple4d
-
Deprecated.
- clampMin(float) - Method in class javax.vecmath.Tuple4f
-
Clamps the minimum value of this tuple to the min parameter.
- clampMin(float, Tuple2f) - Method in class javax.vecmath.Tuple2f
-
Clamps the minimum value of the tuple parameter to the min
parameter and places the values into this tuple.
- clampMin(float, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Deprecated.
- clampMin(float, Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Clamps the minimum value of the tuple parameter to the min
parameter and places the values into this tuple.
- clampMin(float, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Deprecated.
- clampMin(float, Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Clamps the minimum value of the tuple parameter to the min
parameter and places the values into this tuple.
- clampMin(int) - Method in class javax.vecmath.Tuple2i
-
Clamps the minimum value of this tuple to the min parameter.
- clampMin(int) - Method in class javax.vecmath.Tuple3i
-
Clamps the minimum value of this tuple to the min parameter.
- clampMin(int) - Method in class javax.vecmath.Tuple4i
-
Clamps the minimum value of this tuple to the min parameter.
- clampMin(int, Tuple2i) - Method in class javax.vecmath.Tuple2i
-
Clamps the minimum value of the tuple parameter to the min
parameter and places the values into this tuple.
- clampMin(int, Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Clamps the minimum value of the tuple parameter to the min
parameter and places the values into this tuple.
- clampMin(int, Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Clamps the minimum value of the tuple parameter to the min
parameter and places the values into this tuple.
- clone() - Method in class javax.vecmath.AxisAngle4d
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.AxisAngle4f
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.GMatrix
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.GVector
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.Matrix3d
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.Matrix3f
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.Matrix4d
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.Matrix4f
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.Tuple2d
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.Tuple2f
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.Tuple2i
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.Tuple3b
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.Tuple3d
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.Tuple3f
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.Tuple3i
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.Tuple4b
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.Tuple4d
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.Tuple4f
-
Creates a new object of the same class as this object.
- clone() - Method in class javax.vecmath.Tuple4i
-
Creates a new object of the same class as this object.
- Color3b - Class in javax.vecmath
-
A three-byte color value represented by byte x, y, and z values.
- Color3b() - Constructor for class javax.vecmath.Color3b
-
Constructs and initializes a Color3b to (0,0,0).
- Color3b(byte[]) - Constructor for class javax.vecmath.Color3b
-
Constructs and initializes a Color3b from input array of length 3.
- Color3b(byte, byte, byte) - Constructor for class javax.vecmath.Color3b
-
Constructs and initializes a Color3b from the specified three values.
- Color3b(Color) - Constructor for class javax.vecmath.Color3b
-
Constructs and initializes a Color3b from the specified AWT
Color object.
- Color3b(Color3b) - Constructor for class javax.vecmath.Color3b
-
Constructs and initializes a Color3b from the specified Color3b.
- Color3b(Tuple3b) - Constructor for class javax.vecmath.Color3b
-
Constructs and initializes a Color3b from the specified Tuple3b.
- Color3f - Class in javax.vecmath
-
A three-element color value represented by single precision floating
point x,y,z values.
- Color3f() - Constructor for class javax.vecmath.Color3f
-
Constructs and initializes a Color3f to (0.0, 0.0, 0.0).
- Color3f(float[]) - Constructor for class javax.vecmath.Color3f
-
Constructs and initializes a Color3f from the array of length 3.
- Color3f(float, float, float) - Constructor for class javax.vecmath.Color3f
-
Constructs and initializes a Color3f from the three xyz values.
- Color3f(Color) - Constructor for class javax.vecmath.Color3f
-
Constructs and initializes a Color3f from the specified AWT
Color object.
- Color3f(Color3f) - Constructor for class javax.vecmath.Color3f
-
Constructs and initializes a Color3f from the specified Color3f.
- Color3f(Tuple3d) - Constructor for class javax.vecmath.Color3f
-
Constructs and initializes a Color3f from the specified Tuple3d.
- Color3f(Tuple3f) - Constructor for class javax.vecmath.Color3f
-
Constructs and initializes a Color3f from the specified Tuple3f.
- Color4b - Class in javax.vecmath
-
A four-byte color value represented by byte x, y, z, and w values.
- Color4b() - Constructor for class javax.vecmath.Color4b
-
Constructs and initializes a Color4b to (0,0,0,0).
- Color4b(byte[]) - Constructor for class javax.vecmath.Color4b
-
Constructs and initializes a Color4b from the array of length 4.
- Color4b(byte, byte, byte, byte) - Constructor for class javax.vecmath.Color4b
-
Constructs and initializes a Color4b from the four specified values.
- Color4b(Color) - Constructor for class javax.vecmath.Color4b
-
Constructs and initializes a Color4b from the specified AWT
Color object.
- Color4b(Color4b) - Constructor for class javax.vecmath.Color4b
-
Constructs and initializes a Color4b from the specified Color4b.
- Color4b(Tuple4b) - Constructor for class javax.vecmath.Color4b
-
Constructs and initializes a Color4b from the specified Tuple4b.
- Color4f - Class in javax.vecmath
-
A four-element color represented by single precision floating point
x, y, z, and w values.
- Color4f() - Constructor for class javax.vecmath.Color4f
-
Constructs and initializes a Color4f to (0.0, 0.0, 0.0, 0.0).
- Color4f(float[]) - Constructor for class javax.vecmath.Color4f
-
Constructs and initializes a Color4f from the array of length 4.
- Color4f(float, float, float, float) - Constructor for class javax.vecmath.Color4f
-
Constructs and initializes a Color4f from the specified xyzw
coordinates.
- Color4f(Color) - Constructor for class javax.vecmath.Color4f
-
Constructs and initializes a Color4f from the specified AWT
Color object.
- Color4f(Color4f) - Constructor for class javax.vecmath.Color4f
-
Constructs and initializes a Color4f from the specified Color4f.
- Color4f(Tuple4d) - Constructor for class javax.vecmath.Color4f
-
Constructs and initializes a Color4f from the specified Tuple4d.
- Color4f(Tuple4f) - Constructor for class javax.vecmath.Color4f
-
Constructs and initializes a Color4f from the specified Tuple4f.
- conjugate() - Method in class javax.vecmath.Quat4d
-
Negate the value of of each of this quaternion's x,y,z coordinates
in place.
- conjugate() - Method in class javax.vecmath.Quat4f
-
Sets the value of this quaternion to the conjugate of itself.
- conjugate(Quat4d) - Method in class javax.vecmath.Quat4d
-
Sets the value of this quaternion to the conjugate of quaternion q1.
- conjugate(Quat4f) - Method in class javax.vecmath.Quat4f
-
Sets the value of this quaternion to the conjugate of quaternion q1.
- copySubMatrix(int, int, int, int, int, int, GMatrix) - Method in class javax.vecmath.GMatrix
-
Copies a sub-matrix derived from this matrix into the target matrix.
- cross(Vector3d, Vector3d) - Method in class javax.vecmath.Vector3d
-
Sets this vector to the vector cross product of vectors v1 and v2.
- cross(Vector3f, Vector3f) - Method in class javax.vecmath.Vector3f
-
Sets this vector to be the vector cross product of vectors v1 and v2.
- get() - Method in class javax.vecmath.Color3b
-
Returns a new AWT color object initialized with the r,g,b
values of this Color3b object.
- get() - Method in class javax.vecmath.Color3f
-
Returns a new AWT color object initialized with the r,g,b
values of this Color3f object.
- get() - Method in class javax.vecmath.Color4b
-
Returns a new AWT color object initialized with the r,g,b,a
values of this Color4b object.
- get() - Method in class javax.vecmath.Color4f
-
Returns a new AWT color object initialized with the r,g,b,a
values of this Color4f object.
- get(byte[]) - Method in class javax.vecmath.Tuple3b
-
Places the value of the x,y,z components of this Tuple3b
into the array of length 3.
- get(byte[]) - Method in class javax.vecmath.Tuple4b
-
Places the value of the x,y,z,w components of this Tuple4b
into the array of length 4.
- get(double[]) - Method in class javax.vecmath.AxisAngle4d
-
Gets the value of this axis angle and places it into the array a of
length four in x,y,z,angle order.
- get(double[]) - Method in class javax.vecmath.Tuple2d
-
Copies the value of the elements of this tuple into the array t.
- get(double[]) - Method in class javax.vecmath.Tuple3d
-
Copies the x,y,z coordinates of this tuple into the array t
of length 3.
- get(double[]) - Method in class javax.vecmath.Tuple4d
-
Gets the value of this tuple and places it into the array t of
length four in x,y,z,w order.
- get(float[]) - Method in class javax.vecmath.AxisAngle4f
-
Copies the value of this axis-angle into the array a.
- get(float[]) - Method in class javax.vecmath.Tuple2f
-
Copies the value of the elements of this tuple into the array t.
- get(float[]) - Method in class javax.vecmath.Tuple3f
-
Gets the value of this tuple and copies the values into t.
- get(float[]) - Method in class javax.vecmath.Tuple4f
-
Copies the values of this tuple into the array t.
- get(int[]) - Method in class javax.vecmath.Tuple2i
-
Copies the values of this tuple into the array t.
- get(int[]) - Method in class javax.vecmath.Tuple3i
-
Copies the values of this tuple into the array t.
- get(int[]) - Method in class javax.vecmath.Tuple4i
-
Copies the values of this tuple into the array t.
- get(GMatrix) - Method in class javax.vecmath.GMatrix
-
Places the values in the this GMatrix into the matrix m1;
m1 should be at least as large as this GMatrix.
- get(Matrix3d) - Method in class javax.vecmath.GMatrix
-
Places the values in the upper 3x3 of this GMatrix into
the matrix m1.
- get(Matrix3d) - Method in class javax.vecmath.Matrix4d
-
Performs an SVD normalization of this matrix in order to acquire
the normalized rotational component; the values are placed into
the Matrix3d parameter.
- get(Matrix3d) - Method in class javax.vecmath.Matrix4f
-
Performs an SVD normalization of this matrix in order to acquire
the normalized rotational component; the values are placed into
the Matrix3d parameter.
- get(Matrix3d, Vector3d) - Method in class javax.vecmath.Matrix4d
-
Performs an SVD normalization of this matrix to calculate
the rotation as a 3x3 matrix, the translation, and the scale.
- get(Matrix3f) - Method in class javax.vecmath.GMatrix
-
Places the values in the upper 3x3 of this GMatrix into
the matrix m1.
- get(Matrix3f) - Method in class javax.vecmath.Matrix4d
-
Performs an SVD normalization of this matrix in order to acquire
the normalized rotational component; the values are placed into
the Matrix3f parameter.
- get(Matrix3f) - Method in class javax.vecmath.Matrix4f
-
Performs an SVD normalization of this matrix in order to acquire
the normalized rotational component; the values are placed into
the Matrix3f parameter.
- get(Matrix3f, Vector3d) - Method in class javax.vecmath.Matrix4d
-
Performs an SVD normalization of this matrix to calculate
the rotation as a 3x3 matrix, the translation, and the scale.
- get(Matrix3f, Vector3f) - Method in class javax.vecmath.Matrix4f
-
Performs an SVD normalization of this matrix to calculate
the rotation as a 3x3 matrix, the translation, and the scale.
- get(Matrix4d) - Method in class javax.vecmath.GMatrix
-
Places the values in the upper 4x4 of this GMatrix into
the matrix m1.
- get(Matrix4f) - Method in class javax.vecmath.GMatrix
-
Places the values in the upper 4x4 of this GMatrix into
the matrix m1.
- get(Quat4d) - Method in class javax.vecmath.Matrix4d
-
Performs an SVD normalization of q1 matrix in order to acquire
the normalized rotational component; the values are placed into
the Quat4d parameter.
- get(Quat4f) - Method in class javax.vecmath.Matrix4d
-
Performs an SVD normalization of this matrix in order to acquire
the normalized rotational component; the values are placed into
the Quat4f parameter.
- get(Quat4f) - Method in class javax.vecmath.Matrix4f
-
Performs an SVD normalization of this matrix in order to acquire
the normalized rotational component; the values are placed into
the Quat4f parameter.
- get(Tuple2i) - Method in class javax.vecmath.Tuple2i
-
Copies the values of this tuple into the tuple t.
- get(Tuple3b) - Method in class javax.vecmath.Tuple3b
-
Places the value of the x,y,z components of this tuple into
the tuple t1.
- get(Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Copies the x,y,z coordinates of this tuple into the tuple t.
- get(Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Gets the value of this tuple and copies the values into t.
- get(Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Copies the values of this tuple into the tuple t.
- get(Tuple4b) - Method in class javax.vecmath.Tuple4b
-
Places the value of the x,y,z,w components of this
Tuple4b into the tuple t1.
- get(Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Gets the value of this tuple and places it into the Tuple4d
argument of
length four in x,y,z,w order.
- get(Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Copies the values of this tuple into the tuple t.
- get(Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Copies the values of this tuple into the tuple t.
- get(Vector3d) - Method in class javax.vecmath.Matrix4d
-
Retrieves the translational components of this matrix.
- get(Vector3f) - Method in class javax.vecmath.Matrix4f
-
Retrieves the translational components of this matrix.
- getAngle() - Method in class javax.vecmath.AxisAngle4d
-
Get the axis angle, in radians.
An axis angle is a rotation angle about the vector (x,y,z).
- getAngle() - Method in class javax.vecmath.AxisAngle4f
-
Get the axis angle, in radians.
An axis angle is a rotation angle about the vector (x,y,z).
- getColumn(int, double[]) - Method in class javax.vecmath.GMatrix
-
Places the values of the specified column into the array parameter.
- getColumn(int, double[]) - Method in class javax.vecmath.Matrix3d
-
Copies the matrix values in the specified column into the array
parameter.
- getColumn(int, double[]) - Method in class javax.vecmath.Matrix4d
-
Copies the matrix values in the specified column into the array
parameter.
- getColumn(int, float[]) - Method in class javax.vecmath.Matrix3f
-
Copies the matrix values in the specified column into the array
parameter.
- getColumn(int, float[]) - Method in class javax.vecmath.Matrix4f
-
Copies the matrix values in the specified column into the array
parameter.
- getColumn(int, GVector) - Method in class javax.vecmath.GMatrix
-
Places the values of the specified column into the vector parameter.
- getColumn(int, Vector3d) - Method in class javax.vecmath.Matrix3d
-
Copies the matrix values in the specified column into the vector
parameter.
- getColumn(int, Vector3f) - Method in class javax.vecmath.Matrix3f
-
Copies the matrix values in the specified column into the vector
parameter.
- getColumn(int, Vector4d) - Method in class javax.vecmath.Matrix4d
-
Copies the matrix values in the specified column into the vector
parameter.
- getColumn(int, Vector4f) - Method in class javax.vecmath.Matrix4f
-
Copies the matrix values in the specified column into the vector
parameter.
- getElement(int) - Method in class javax.vecmath.GVector
-
Retrieves the value at the specified index value of this vector.
- getElement(int, int) - Method in class javax.vecmath.GMatrix
-
Retrieves the value at the specified row and column of this matrix.
- getElement(int, int) - Method in class javax.vecmath.Matrix3d
-
Retrieves the value at the specified row and column of the specified
matrix.
- getElement(int, int) - Method in class javax.vecmath.Matrix3f
-
Retrieves the value at the specified row and column of this
matrix.
- getElement(int, int) - Method in class javax.vecmath.Matrix4d
-
Retrieves the value at the specified row and column of this matrix.
- getElement(int, int) - Method in class javax.vecmath.Matrix4f
-
Retrieves the value at the specified row and column of this matrix.
- getM00() - Method in class javax.vecmath.Matrix3d
-
Get the first matrix element in the first row.
- getM00() - Method in class javax.vecmath.Matrix3f
-
Get the first matrix element in the first row.
- getM00() - Method in class javax.vecmath.Matrix4d
-
Get the first matrix element in the first row.
- getM00() - Method in class javax.vecmath.Matrix4f
-
Get the first matrix element in the first row.
- getM01() - Method in class javax.vecmath.Matrix3d
-
Get the second matrix element in the first row.
- getM01() - Method in class javax.vecmath.Matrix3f
-
Get the second matrix element in the first row.
- getM01() - Method in class javax.vecmath.Matrix4d
-
Get the second matrix element in the first row.
- getM01() - Method in class javax.vecmath.Matrix4f
-
Get the second matrix element in the first row.
- getM02() - Method in class javax.vecmath.Matrix3d
-
Get the third matrix element in the first row.
- getM02() - Method in class javax.vecmath.Matrix3f
-
Get the third matrix element in the first row.
- getM02() - Method in class javax.vecmath.Matrix4d
-
Get the third matrix element in the first row.
- getM02() - Method in class javax.vecmath.Matrix4f
-
Get the third matrix element in the first row.
- getM03() - Method in class javax.vecmath.Matrix4d
-
Get the fourth element of the first row.
- getM03() - Method in class javax.vecmath.Matrix4f
-
Get the fourth element of the first row.
- getM10() - Method in class javax.vecmath.Matrix3d
-
Get first matrix element in the second row.
- getM10() - Method in class javax.vecmath.Matrix3f
-
Get first matrix element in the second row.
- getM10() - Method in class javax.vecmath.Matrix4d
-
Get first matrix element in the second row.
- getM10() - Method in class javax.vecmath.Matrix4f
-
Get first matrix element in the second row.
- getM11() - Method in class javax.vecmath.Matrix3d
-
Get second matrix element in the second row.
- getM11() - Method in class javax.vecmath.Matrix3f
-
Get second matrix element in the second row.
- getM11() - Method in class javax.vecmath.Matrix4d
-
Get second matrix element in the second row.
- getM11() - Method in class javax.vecmath.Matrix4f
-
Get second matrix element in the second row.
- getM12() - Method in class javax.vecmath.Matrix3d
-
Get the third matrix element in the second row.
- getM12() - Method in class javax.vecmath.Matrix3f
-
Get the third matrix element in the second row.
- getM12() - Method in class javax.vecmath.Matrix4d
-
Get the third matrix element in the second row.
- getM12() - Method in class javax.vecmath.Matrix4f
-
Get the third matrix element in the second row.
- getM13() - Method in class javax.vecmath.Matrix4d
-
Get the fourth element of the second row.
- getM13() - Method in class javax.vecmath.Matrix4f
-
Get the fourth element of the second row.
- getM20() - Method in class javax.vecmath.Matrix3d
-
Get the first matrix element in the third row.
- getM20() - Method in class javax.vecmath.Matrix3f
-
Get the first matrix element in the third row.
- getM20() - Method in class javax.vecmath.Matrix4d
-
Get the first matrix element in the third row.
- getM20() - Method in class javax.vecmath.Matrix4f
-
Get the first matrix element in the third row.
- getM21() - Method in class javax.vecmath.Matrix3d
-
Get the second matrix element in the third row.
- getM21() - Method in class javax.vecmath.Matrix3f
-
Get the second matrix element in the third row.
- getM21() - Method in class javax.vecmath.Matrix4d
-
Get the second matrix element in the third row.
- getM21() - Method in class javax.vecmath.Matrix4f
-
Get the second matrix element in the third row.
- getM22() - Method in class javax.vecmath.Matrix3d
-
Get the third matrix element in the third row .
- getM22() - Method in class javax.vecmath.Matrix3f
-
Get the third matrix element in the third row .
- getM22() - Method in class javax.vecmath.Matrix4d
-
Get the third matrix element in the third row.
- getM22() - Method in class javax.vecmath.Matrix4f
-
Get the third matrix element in the third row.
- getM23() - Method in class javax.vecmath.Matrix4d
-
Get the fourth element of the third row.
- getM23() - Method in class javax.vecmath.Matrix4f
-
Get the fourth element of the third row.
- getM30() - Method in class javax.vecmath.Matrix4d
-
Get the first element of the fourth row.
- getM30() - Method in class javax.vecmath.Matrix4f
-
Get the first element of the fourth row.
- getM31() - Method in class javax.vecmath.Matrix4d
-
Get the second element of the fourth row.
- getM31() - Method in class javax.vecmath.Matrix4f
-
Get the second element of the fourth row.
- getM32() - Method in class javax.vecmath.Matrix4d
-
Get the third element of the fourth row.
- getM32() - Method in class javax.vecmath.Matrix4f
-
Get the third element of the fourth row.
- getM33() - Method in class javax.vecmath.Matrix4d
-
Get the fourth element of the fourth row.
- getM33() - Method in class javax.vecmath.Matrix4f
-
Get the fourth element of the fourth row.
- getNumCol() - Method in class javax.vecmath.GMatrix
-
Returns the number of colmuns in this matrix.
- getNumRow() - Method in class javax.vecmath.GMatrix
-
Returns the number of rows in this matrix.
- getRotationScale(Matrix3d) - Method in class javax.vecmath.Matrix4d
-
Gets the upper 3x3 values of this matrix and places them into
the matrix m1.
- getRotationScale(Matrix3f) - Method in class javax.vecmath.Matrix4d
-
Gets the upper 3x3 values of this matrix and places them into
the matrix m1.
- getRotationScale(Matrix3f) - Method in class javax.vecmath.Matrix4f
-
Gets the upper 3x3 values of this matrix and places them into
the matrix m1.
- getRow(int, double[]) - Method in class javax.vecmath.GMatrix
-
Places the values of the specified row into the array parameter.
- getRow(int, double[]) - Method in class javax.vecmath.Matrix3d
-
Copies the matrix values in the specified row into the array parameter.
- getRow(int, double[]) - Method in class javax.vecmath.Matrix4d
-
Copies the matrix values in the specified row into the array parameter.
- getRow(int, float[]) - Method in class javax.vecmath.Matrix3f
-
Copies the matrix values in the specified row into the array parameter.
- getRow(int, float[]) - Method in class javax.vecmath.Matrix4f
-
Copies the matrix values in the specified row into the array parameter.
- getRow(int, GVector) - Method in class javax.vecmath.GMatrix
-
Places the values of the specified row into the vector parameter.
- getRow(int, Vector3d) - Method in class javax.vecmath.Matrix3d
-
Copies the matrix values in the specified row into the vector parameter.
- getRow(int, Vector3f) - Method in class javax.vecmath.Matrix3f
-
Copies the matrix values in the specified row into the vector parameter.
- getRow(int, Vector4d) - Method in class javax.vecmath.Matrix4d
-
Copies the matrix values in the specified row into the vector parameter.
- getRow(int, Vector4f) - Method in class javax.vecmath.Matrix4f
-
Copies the matrix values in the specified row into the vector parameter.
- getScale() - Method in class javax.vecmath.Matrix3d
-
Performs an SVD normalization of this matrix to calculate
and return the uniform scale factor.
- getScale() - Method in class javax.vecmath.Matrix3f
-
Performs an SVD normalization of this matrix to calculate
and return the uniform scale factor.
- getScale() - Method in class javax.vecmath.Matrix4d
-
Performs an SVD normalization of this matrix to calculate
and return the uniform scale factor.
- getScale() - Method in class javax.vecmath.Matrix4f
-
Performs an SVD normalization of this matrix to calculate
and return the uniform scale factor.
- getSize() - Method in class javax.vecmath.GVector
-
Returns the number of elements in this vector.
- getW() - Method in class javax.vecmath.Tuple4b
-
Get w, the fourth value.
- getW() - Method in class javax.vecmath.Tuple4d
-
Get the w coordinate.
- getW() - Method in class javax.vecmath.Tuple4f
-
Get the w coordinate.
- getW() - Method in class javax.vecmath.Tuple4i
-
Get the w coordinate.
- getX() - Method in class javax.vecmath.AxisAngle4d
-
Get value of x coordinate.
- getX() - Method in class javax.vecmath.AxisAngle4f
-
Get value of x coordinate.
- getX() - Method in class javax.vecmath.Tuple2d
-
Get the x coordinate.
- getX() - Method in class javax.vecmath.Tuple2f
-
Get the x coordinate.
- getX() - Method in class javax.vecmath.Tuple2i
-
Get the x coordinate.
- getX() - Method in class javax.vecmath.Tuple3b
-
Get x, the first value.
- getX() - Method in class javax.vecmath.Tuple3d
-
Get the x coordinate.
- getX() - Method in class javax.vecmath.Tuple3f
-
Get the x coordinate.
- getX() - Method in class javax.vecmath.Tuple3i
-
Get the x coordinate.
- getX() - Method in class javax.vecmath.Tuple4b
-
Get x, the first value.
- getX() - Method in class javax.vecmath.Tuple4d
-
Get the x coordinate.
- getX() - Method in class javax.vecmath.Tuple4f
-
Get the x coordinate.
- getX() - Method in class javax.vecmath.Tuple4i
-
Get the x coordinate.
- getY() - Method in class javax.vecmath.AxisAngle4d
-
Get value of y coordinate.
- getY() - Method in class javax.vecmath.AxisAngle4f
-
Get value of y coordinate.
- getY() - Method in class javax.vecmath.Tuple2d
-
Get the y coordinate.
- getY() - Method in class javax.vecmath.Tuple2f
-
Get the y coordinate.
- getY() - Method in class javax.vecmath.Tuple2i
-
Get the y coordinate.
- getY() - Method in class javax.vecmath.Tuple3b
-
Get y, the second value.
- getY() - Method in class javax.vecmath.Tuple3d
-
Get the y coordinate.
- getY() - Method in class javax.vecmath.Tuple3f
-
Get the y coordinate.
- getY() - Method in class javax.vecmath.Tuple3i
-
Get the y coordinate.
- getY() - Method in class javax.vecmath.Tuple4b
-
Get y, the second value.
- getY() - Method in class javax.vecmath.Tuple4d
-
Get the y coordinate.
- getY() - Method in class javax.vecmath.Tuple4f
-
Get the y coordinate.
- getY() - Method in class javax.vecmath.Tuple4i
-
Get the y coordinate.
- getZ() - Method in class javax.vecmath.AxisAngle4d
-
Get value of z coordinate.
- getZ() - Method in class javax.vecmath.AxisAngle4f
-
Get value of z coordinate.
- getZ() - Method in class javax.vecmath.Tuple3b
-
Get z, the third value.
- getZ() - Method in class javax.vecmath.Tuple3d
-
Get the z coordinate.
- getZ() - Method in class javax.vecmath.Tuple3f
-
Get the z coordinate.
- getZ() - Method in class javax.vecmath.Tuple3i
-
Get the z coordinate.
- getZ() - Method in class javax.vecmath.Tuple4b
-
Get z, the third value.
- getZ() - Method in class javax.vecmath.Tuple4d
-
Get the z coordinate.
- getZ() - Method in class javax.vecmath.Tuple4f
-
Get the z coordinate.
- getZ() - Method in class javax.vecmath.Tuple4i
-
Get the z coordinate.
- GMatrix - Class in javax.vecmath
-
A double precision, general, dynamically-resizable,
two-dimensional matrix class.
- GMatrix(int, int) - Constructor for class javax.vecmath.GMatrix
-
Constructs an nRow by NCol identity matrix.
- GMatrix(int, int, double[]) - Constructor for class javax.vecmath.GMatrix
-
Constructs an nRow by nCol matrix initialized to the values
in the matrix array.
- GMatrix(GMatrix) - Constructor for class javax.vecmath.GMatrix
-
Constructs a new GMatrix and copies the initial values
from the parameter matrix.
- GVector - Class in javax.vecmath
-
A double precision, general, dynamically-resizable,
one-dimensional vector class.
- GVector(double[]) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector from the specified array elements.
- GVector(double[], int) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector of the specified length and
initializes it by copying the specified number of elements from
the specified array.
- GVector(int) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector of the specified
length with all vector elements initialized to 0.
- GVector(GVector) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector from the specified vector.
- GVector(Tuple2f) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector and copies the initial values
from the specified tuple.
- GVector(Tuple3d) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector and copies the initial values
from the specified tuple.
- GVector(Tuple3f) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector and copies the initial values
from the specified tuple.
- GVector(Tuple4d) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector and copies the initial values
from the specified tuple.
- GVector(Tuple4f) - Constructor for class javax.vecmath.GVector
-
Constructs a new GVector and copies the initial values
from the specified tuple.
- m00 - Variable in class javax.vecmath.Matrix3d
-
The first matrix element in the first row.
- m00 - Variable in class javax.vecmath.Matrix3f
-
The first matrix element in the first row.
- m00 - Variable in class javax.vecmath.Matrix4d
-
The first element of the first row.
- m00 - Variable in class javax.vecmath.Matrix4f
-
The first element of the first row.
- m01 - Variable in class javax.vecmath.Matrix3d
-
The second matrix element in the first row.
- m01 - Variable in class javax.vecmath.Matrix3f
-
The second matrix element in the first row.
- m01 - Variable in class javax.vecmath.Matrix4d
-
The second element of the first row.
- m01 - Variable in class javax.vecmath.Matrix4f
-
The second element of the first row.
- m02 - Variable in class javax.vecmath.Matrix3d
-
The third matrix element in the first row.
- m02 - Variable in class javax.vecmath.Matrix3f
-
The third matrix element in the first row.
- m02 - Variable in class javax.vecmath.Matrix4d
-
The third element of the first row.
- m02 - Variable in class javax.vecmath.Matrix4f
-
The third element of the first row.
- m03 - Variable in class javax.vecmath.Matrix4d
-
The fourth element of the first row.
- m03 - Variable in class javax.vecmath.Matrix4f
-
The fourth element of the first row.
- m10 - Variable in class javax.vecmath.Matrix3d
-
The first matrix element in the second row.
- m10 - Variable in class javax.vecmath.Matrix3f
-
The first matrix element in the second row.
- m10 - Variable in class javax.vecmath.Matrix4d
-
The first element of the second row.
- m10 - Variable in class javax.vecmath.Matrix4f
-
The first element of the second row.
- m11 - Variable in class javax.vecmath.Matrix3d
-
The second matrix element in the second row.
- m11 - Variable in class javax.vecmath.Matrix3f
-
The second matrix element in the second row.
- m11 - Variable in class javax.vecmath.Matrix4d
-
The second element of the second row.
- m11 - Variable in class javax.vecmath.Matrix4f
-
The second element of the second row.
- m12 - Variable in class javax.vecmath.Matrix3d
-
The third matrix element in the second row.
- m12 - Variable in class javax.vecmath.Matrix3f
-
The third matrix element in the second row.
- m12 - Variable in class javax.vecmath.Matrix4d
-
The third element of the second row.
- m12 - Variable in class javax.vecmath.Matrix4f
-
The third element of the second row.
- m13 - Variable in class javax.vecmath.Matrix4d
-
The fourth element of the second row.
- m13 - Variable in class javax.vecmath.Matrix4f
-
The fourth element of the second row.
- m20 - Variable in class javax.vecmath.Matrix3d
-
The first matrix element in the third row.
- m20 - Variable in class javax.vecmath.Matrix3f
-
The first matrix element in the third row.
- m20 - Variable in class javax.vecmath.Matrix4d
-
The first element of the third row.
- m20 - Variable in class javax.vecmath.Matrix4f
-
The first element of the third row.
- m21 - Variable in class javax.vecmath.Matrix3d
-
The second matrix element in the third row.
- m21 - Variable in class javax.vecmath.Matrix3f
-
The second matrix element in the third row.
- m21 - Variable in class javax.vecmath.Matrix4d
-
The second element of the third row.
- m21 - Variable in class javax.vecmath.Matrix4f
-
The second element of the third row.
- m22 - Variable in class javax.vecmath.Matrix3d
-
The third matrix element in the third row.
- m22 - Variable in class javax.vecmath.Matrix3f
-
The third matrix element in the third row.
- m22 - Variable in class javax.vecmath.Matrix4d
-
The third element of the third row.
- m22 - Variable in class javax.vecmath.Matrix4f
-
The third element of the third row.
- m23 - Variable in class javax.vecmath.Matrix4d
-
The fourth element of the third row.
- m23 - Variable in class javax.vecmath.Matrix4f
-
The fourth element of the third row.
- m30 - Variable in class javax.vecmath.Matrix4d
-
The first element of the fourth row.
- m30 - Variable in class javax.vecmath.Matrix4f
-
The first element of the fourth row.
- m31 - Variable in class javax.vecmath.Matrix4d
-
The second element of the fourth row.
- m31 - Variable in class javax.vecmath.Matrix4f
-
The second element of the fourth row.
- m32 - Variable in class javax.vecmath.Matrix4d
-
The third element of the fourth row.
- m32 - Variable in class javax.vecmath.Matrix4f
-
The third element of the fourth row.
- m33 - Variable in class javax.vecmath.Matrix4d
-
The fourth element of the fourth row.
- m33 - Variable in class javax.vecmath.Matrix4f
-
The fourth element of the fourth row.
- Matrix3d - Class in javax.vecmath
-
A double precision floating point 3 by 3 matrix.
- Matrix3d() - Constructor for class javax.vecmath.Matrix3d
-
Constructs and initializes a Matrix3d to all zeros.
- Matrix3d(double[]) - Constructor for class javax.vecmath.Matrix3d
-
Constructs and initializes a Matrix3d from the specified nine-
element array.
- Matrix3d(double, double, double, double, double, double, double, double, double) - Constructor for class javax.vecmath.Matrix3d
-
Constructs and initializes a Matrix3d from the specified nine values.
- Matrix3d(Matrix3d) - Constructor for class javax.vecmath.Matrix3d
-
Constructs a new matrix with the same values as the
Matrix3d parameter.
- Matrix3d(Matrix3f) - Constructor for class javax.vecmath.Matrix3d
-
Constructs a new matrix with the same values as the
Matrix3f parameter.
- Matrix3f - Class in javax.vecmath
-
A single precision floating point 3 by 3 matrix.
- Matrix3f() - Constructor for class javax.vecmath.Matrix3f
-
Constructs and initializes a Matrix3f to all zeros.
- Matrix3f(float[]) - Constructor for class javax.vecmath.Matrix3f
-
Constructs and initializes a Matrix3f from the specified
nine-element array.
- Matrix3f(float, float, float, float, float, float, float, float, float) - Constructor for class javax.vecmath.Matrix3f
-
Constructs and initializes a Matrix3f from the specified nine values.
- Matrix3f(Matrix3d) - Constructor for class javax.vecmath.Matrix3f
-
Constructs a new matrix with the same values as the
Matrix3d parameter.
- Matrix3f(Matrix3f) - Constructor for class javax.vecmath.Matrix3f
-
Constructs a new matrix with the same values as the
Matrix3f parameter.
- Matrix4d - Class in javax.vecmath
-
A double precision floating point 4 by 4 matrix.
- Matrix4d() - Constructor for class javax.vecmath.Matrix4d
-
Constructs and initializes a Matrix4d to all zeros.
- Matrix4d(double[]) - Constructor for class javax.vecmath.Matrix4d
-
Constructs and initializes a Matrix4d from the specified 16
element array.
- Matrix4d(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class javax.vecmath.Matrix4d
-
Constructs and initializes a Matrix4d from the specified 16 values.
- Matrix4d(Matrix3d, Vector3d, double) - Constructor for class javax.vecmath.Matrix4d
-
Constructs and initializes a Matrix4f from the rotation matrix,
translation, and scale values; the scale is applied only to the
rotational components of the matrix (upper 3x3) and not to the
translational components of the matrix.
- Matrix4d(Matrix3f, Vector3d, double) - Constructor for class javax.vecmath.Matrix4d
-
Constructs and initializes a Matrix4d from the rotation matrix,
translation, and scale values; the scale is applied only to the
rotational components of the matrix (upper 3x3) and not to the
translational components of the matrix.
- Matrix4d(Matrix4d) - Constructor for class javax.vecmath.Matrix4d
-
Constructs a new matrix with the same values as the
Matrix4d parameter.
- Matrix4d(Matrix4f) - Constructor for class javax.vecmath.Matrix4d
-
Constructs a new matrix with the same values as the
Matrix4f parameter.
- Matrix4d(Quat4d, Vector3d, double) - Constructor for class javax.vecmath.Matrix4d
-
Constructs and initializes a Matrix4d from the quaternion,
translation, and scale values; the scale is applied only to the
rotational components of the matrix (upper 3x3) and not to the
translational components.
- Matrix4d(Quat4f, Vector3d, double) - Constructor for class javax.vecmath.Matrix4d
-
Constructs and initializes a Matrix4d from the quaternion,
translation, and scale values; the scale is applied only to the
rotational components of the matrix (upper 3x3) and not to the
translational components.
- Matrix4f - Class in javax.vecmath
-
A single precision floating point 4 by 4 matrix.
- Matrix4f() - Constructor for class javax.vecmath.Matrix4f
-
Constructs and initializes a Matrix4f to all zeros.
- Matrix4f(float[]) - Constructor for class javax.vecmath.Matrix4f
-
Constructs and initializes a Matrix4f from the specified 16
element array.
- Matrix4f(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Constructor for class javax.vecmath.Matrix4f
-
Constructs and initializes a Matrix4f from the specified 16 values.
- Matrix4f(Matrix3f, Vector3f, float) - Constructor for class javax.vecmath.Matrix4f
-
Constructs and initializes a Matrix4f from the rotation matrix,
translation, and scale values; the scale is applied only to the
rotational components of the matrix (upper 3x3) and not to the
translational components of the matrix.
- Matrix4f(Matrix4d) - Constructor for class javax.vecmath.Matrix4f
-
Constructs a new matrix with the same values as the
Matrix4d parameter.
- Matrix4f(Matrix4f) - Constructor for class javax.vecmath.Matrix4f
-
Constructs a new matrix with the same values as the
Matrix4f parameter.
- Matrix4f(Quat4f, Vector3f, float) - Constructor for class javax.vecmath.Matrix4f
-
Constructs and initializes a Matrix4f from the quaternion,
translation, and scale values; the scale is applied only to the
rotational components of the matrix (upper 3x3) and not to the
translational components.
- MismatchedSizeException - Exception in javax.vecmath
-
Indicates that an operation cannot be completed properly because
of a mismatch in the sizes of object attributes.
- MismatchedSizeException() - Constructor for exception javax.vecmath.MismatchedSizeException
-
Create the exception object with default values.
- MismatchedSizeException(String) - Constructor for exception javax.vecmath.MismatchedSizeException
-
Create the exception object that outputs a message.
- mul(double) - Method in class javax.vecmath.Matrix3d
-
Multiplies each element of this matrix by a scalar.
- mul(double) - Method in class javax.vecmath.Matrix4d
-
Multiplies each element of this matrix by a scalar.
- mul(double, Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Multiplies each element of matrix m1 by a scalar and places
the result into this.
- mul(double, Matrix4d) - Method in class javax.vecmath.Matrix4d
-
Multiplies each element of matrix m1 by a scalar and places
the result into this.
- mul(float) - Method in class javax.vecmath.Matrix3f
-
Multiplies each element of this matrix by a scalar.
- mul(float) - Method in class javax.vecmath.Matrix4f
-
Multiplies each element of this matrix by a scalar.
- mul(float, Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Multiplies each element of matrix m1 by a scalar and places
the result into this.
- mul(float, Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Multiplies each element of matrix m1 by a scalar and places
the result into this.
- mul(GMatrix) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to the result of multiplying itself
with matrix m1 (this = this * m1).
- mul(GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to the result of multiplying
the two argument matrices together (this = m1 * m2).
- mul(GMatrix, GVector) - Method in class javax.vecmath.GVector
-
Multiplies matrix m1 times Vector v1 and places the result
into this vector (this = m1*v1).
- mul(GVector, GMatrix) - Method in class javax.vecmath.GVector
-
Multiplies the transpose of vector v1 (ie, v1 becomes a row
vector with respect to the multiplication) times matrix m1
and places the result into this vector
(this = transpose(v1)*m1).
- mul(GVector, GVector) - Method in class javax.vecmath.GMatrix
-
Computes the outer product of the two vectors; multiplies the
the first vector by the transpose of the second vector and places
the matrix result into this matrix.
- mul(Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the result of multiplying itself
with matrix m1.
- mul(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the result of multiplying
the two argument matrices together.
- mul(Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the result of multiplying itself
with matrix m1.
- mul(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the result of multiplying
the two argument matrices together.
- mul(Matrix4d) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to the result of multiplying itself
with matrix m1.
- mul(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to the result of multiplying
the two argument matrices together.
- mul(Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to the result of multiplying itself
with matrix m1.
- mul(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to the result of multiplying
the two argument matrices together.
- mul(Quat4d) - Method in class javax.vecmath.Quat4d
-
Sets the value of this quaternion to the quaternion product of
itself and q1 (this = this * q1).
- mul(Quat4d, Quat4d) - Method in class javax.vecmath.Quat4d
-
Sets the value of this quaternion to the quaternion product of
quaternions q1 and q2 (this = q1 * q2).
- mul(Quat4f) - Method in class javax.vecmath.Quat4f
-
Sets the value of this quaternion to the quaternion product of
itself and q1 (this = this * q1).
- mul(Quat4f, Quat4f) - Method in class javax.vecmath.Quat4f
-
Sets the value of this quaternion to the quaternion product of
quaternions q1 and q2 (this = q1 * q2).
- mulInverse(Quat4d) - Method in class javax.vecmath.Quat4d
-
Multiplies this quaternion by the inverse of quaternion q1 and places
the value into this quaternion.
- mulInverse(Quat4d, Quat4d) - Method in class javax.vecmath.Quat4d
-
Multiplies quaternion q1 by the inverse of quaternion q2 and places
the value into this quaternion.
- mulInverse(Quat4f) - Method in class javax.vecmath.Quat4f
-
Multiplies this quaternion by the inverse of quaternion q1 and places
the value into this quaternion.
- mulInverse(Quat4f, Quat4f) - Method in class javax.vecmath.Quat4f
-
Multiplies quaternion q1 by the inverse of quaternion q2 and places
the value into this quaternion.
- mulNormalize(Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Multiplies this matrix by matrix m1, does an SVD normalization
of the result, and places the result back into this matrix
this = SVDnorm(this*m1).
- mulNormalize(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Multiplies matrix m1 by matrix m2, does an SVD normalization
of the result, and places the result into this matrix
this = SVDnorm(m1*m2).
- mulNormalize(Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Multiplies this matrix by matrix m1, does an SVD normalization
of the result, and places the result back into this matrix.
- mulNormalize(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Multiplies matrix m1 by matrix m2, does an SVD normalization
of the result, and places the result into this matrix.
- mulTransposeBoth(GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
-
Multiplies the transpose of matrix m1 times the transpose of matrix
m2, and places the result into this.
- mulTransposeBoth(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Multiplies the transpose of matrix m1 times the transpose of matrix
m2, and places the result into this.
- mulTransposeBoth(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Multiplies the transpose of matrix m1 times the transpose of matrix
m2, and places the result into this.
- mulTransposeBoth(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
-
Multiplies the transpose of matrix m1 times the transpose of matrix
m2, and places the result into this.
- mulTransposeBoth(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Multiplies the transpose of matrix m1 times the transpose of matrix
m2, and places the result into this.
- mulTransposeLeft(GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
-
Multiplies the transpose of matrix m1 times matrix m2, and
places the result into this.
- mulTransposeLeft(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Multiplies the transpose of matrix m1 times matrix m2, and
places the result into this.
- mulTransposeLeft(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Multiplies the transpose of matrix m1 times matrix m2, and
places the result into this.
- mulTransposeLeft(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
-
Multiplies the transpose of matrix m1 times matrix m2, and
places the result into this.
- mulTransposeLeft(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Multiplies the transpose of matrix m1 times matrix m2, and
places the result into this.
- mulTransposeRight(GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
-
Multiplies matrix m1 times the transpose of matrix m2, and
places the result into this.
- mulTransposeRight(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Multiplies matrix m1 times the transpose of matrix m2, and
places the result into this.
- mulTransposeRight(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Multiplies matrix m1 times the transpose of matrix m2, and
places the result into this.
- mulTransposeRight(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
-
Multiplies matrix m1 times the transpose of matrix m2, and
places the result into this.
- mulTransposeRight(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Multiplies matrix m1 times the transpose of matrix m2, and
places the result into this.
- Point2d - Class in javax.vecmath
-
A 2 element point that is represented by double precision floating
point x,y coordinates.
- Point2d() - Constructor for class javax.vecmath.Point2d
-
Constructs and initializes a Point2d to (0,0).
- Point2d(double[]) - Constructor for class javax.vecmath.Point2d
-
Constructs and initializes a Point2d from the specified array.
- Point2d(double, double) - Constructor for class javax.vecmath.Point2d
-
Constructs and initializes a Point2d from the specified xy coordinates.
- Point2d(Point2d) - Constructor for class javax.vecmath.Point2d
-
Constructs and initializes a Point2d from the specified Point2d.
- Point2d(Point2f) - Constructor for class javax.vecmath.Point2d
-
Constructs and initializes a Point2d from the specified Point2f.
- Point2d(Tuple2d) - Constructor for class javax.vecmath.Point2d
-
Constructs and initializes a Point2d from the specified Tuple2d.
- Point2d(Tuple2f) - Constructor for class javax.vecmath.Point2d
-
Constructs and initializes a Point2d from the specified Tuple2f.
- Point2f - Class in javax.vecmath
-
A 2 element point that is represented by single precision floating
point x,y coordinates.
- Point2f() - Constructor for class javax.vecmath.Point2f
-
Constructs and initializes a Point2f to (0,0).
- Point2f(float[]) - Constructor for class javax.vecmath.Point2f
-
Constructs and initializes a Point2f from the specified array.
- Point2f(float, float) - Constructor for class javax.vecmath.Point2f
-
Constructs and initializes a Point2f from the specified xy coordinates.
- Point2f(Point2d) - Constructor for class javax.vecmath.Point2f
-
Constructs and initializes a Point2f from the specified Point2d.
- Point2f(Point2f) - Constructor for class javax.vecmath.Point2f
-
Constructs and initializes a Point2f from the specified Point2f.
- Point2f(Tuple2d) - Constructor for class javax.vecmath.Point2f
-
Constructs and initializes a Point2f from the specified Tuple2d.
- Point2f(Tuple2f) - Constructor for class javax.vecmath.Point2f
-
Constructs and initializes a Point2f from the specified Tuple2f.
- Point2i - Class in javax.vecmath
-
A 2-element point represented by signed integer x,y
coordinates.
- Point2i() - Constructor for class javax.vecmath.Point2i
-
Constructs and initializes a Point2i to (0,0).
- Point2i(int[]) - Constructor for class javax.vecmath.Point2i
-
Constructs and initializes a Point2i from the array of length 2.
- Point2i(int, int) - Constructor for class javax.vecmath.Point2i
-
Constructs and initializes a Point2i from the specified
x and y coordinates.
- Point2i(Tuple2i) - Constructor for class javax.vecmath.Point2i
-
Constructs and initializes a Point2i from the specified Tuple2i.
- Point3d - Class in javax.vecmath
-
A 3 element point that is represented by double precision floating point
x,y,z coordinates.
- Point3d() - Constructor for class javax.vecmath.Point3d
-
Constructs and initializes a Point3d to (0,0,0).
- Point3d(double[]) - Constructor for class javax.vecmath.Point3d
-
Constructs and initializes a Point3d from the array of length 3.
- Point3d(double, double, double) - Constructor for class javax.vecmath.Point3d
-
Constructs and initializes a Point3d from the specified xyz coordinates.
- Point3d(Point3d) - Constructor for class javax.vecmath.Point3d
-
Constructs and initializes a Point3d from the specified Point3d.
- Point3d(Point3f) - Constructor for class javax.vecmath.Point3d
-
Constructs and initializes a Point3d from the specified Point3f.
- Point3d(Tuple3d) - Constructor for class javax.vecmath.Point3d
-
Constructs and initializes a Point3d from the specified Tuple3d.
- Point3d(Tuple3f) - Constructor for class javax.vecmath.Point3d
-
Constructs and initializes a Point3d from the specified Tuple3f.
- Point3f - Class in javax.vecmath
-
A 3 element point that is represented by single precision floating point
x,y,z coordinates.
- Point3f() - Constructor for class javax.vecmath.Point3f
-
Constructs and initializes a Point3f to (0,0,0).
- Point3f(float[]) - Constructor for class javax.vecmath.Point3f
-
Constructs and initializes a Point3f from the array of length 3.
- Point3f(float, float, float) - Constructor for class javax.vecmath.Point3f
-
Constructs and initializes a Point3f from the specified xyz coordinates.
- Point3f(Point3d) - Constructor for class javax.vecmath.Point3f
-
Constructs and initializes a Point3f from the specified Point3d.
- Point3f(Point3f) - Constructor for class javax.vecmath.Point3f
-
Constructs and initializes a Point3f from the specified Point3f.
- Point3f(Tuple3d) - Constructor for class javax.vecmath.Point3f
-
Constructs and initializes a Point3f from the specified Tuple3d.
- Point3f(Tuple3f) - Constructor for class javax.vecmath.Point3f
-
Constructs and initializes a Point3f from the specified Tuple3f.
- Point3i - Class in javax.vecmath
-
A 3 element point represented by signed integer x,y,z
coordinates.
- Point3i() - Constructor for class javax.vecmath.Point3i
-
Constructs and initializes a Point3i to (0,0,0).
- Point3i(int[]) - Constructor for class javax.vecmath.Point3i
-
Constructs and initializes a Point3i from the array of length 3.
- Point3i(int, int, int) - Constructor for class javax.vecmath.Point3i
-
Constructs and initializes a Point3i from the specified
x, y, and z coordinates.
- Point3i(Tuple3i) - Constructor for class javax.vecmath.Point3i
-
Constructs and initializes a Point3i from the specified Tuple3i.
- Point4d - Class in javax.vecmath
-
A 4 element vector represented by double precision floating point
x,y,z,w coordinates.
- Point4d() - Constructor for class javax.vecmath.Point4d
-
Constructs and initializes a Point4d to (0,0,0,0).
- Point4d(double[]) - Constructor for class javax.vecmath.Point4d
-
Constructs and initializes a Point4d from the coordinates contained
in the array.
- Point4d(double, double, double, double) - Constructor for class javax.vecmath.Point4d
-
Constructs and initializes a Point4d from the specified xyzw coordinates.
- Point4d(Point4d) - Constructor for class javax.vecmath.Point4d
-
Constructs and initializes a Point4d from the specified Point4d.
- Point4d(Point4f) - Constructor for class javax.vecmath.Point4d
-
Constructs and initializes a Point4d from the specified Point4f.
- Point4d(Tuple3d) - Constructor for class javax.vecmath.Point4d
-
Constructs and initializes a Point4d from the specified Tuple3d.
- Point4d(Tuple4d) - Constructor for class javax.vecmath.Point4d
-
Constructs and initializes a Point4d from the specified Tuple4d.
- Point4d(Tuple4f) - Constructor for class javax.vecmath.Point4d
-
Constructs and initializes a Point4d from the specified Tuple4f.
- Point4f - Class in javax.vecmath
-
A 4 element point represented by single precision floating point x,y,z,w
coordinates.
- Point4f() - Constructor for class javax.vecmath.Point4f
-
Constructs and initializes a Point4f to (0,0,0,0).
- Point4f(float[]) - Constructor for class javax.vecmath.Point4f
-
Constructs and initializes a Point4f from the array of length 4.
- Point4f(float, float, float, float) - Constructor for class javax.vecmath.Point4f
-
Constructs and initializes a Point4f from the specified xyzw coordinates.
- Point4f(Point4d) - Constructor for class javax.vecmath.Point4f
-
Constructs and initializes a Point4f from the specified Point4d.
- Point4f(Point4f) - Constructor for class javax.vecmath.Point4f
-
Constructs and initializes a Point4f from the specified Point4f.
- Point4f(Tuple3f) - Constructor for class javax.vecmath.Point4f
-
Constructs and initializes a Point4f from the specified Tuple3f.
- Point4f(Tuple4d) - Constructor for class javax.vecmath.Point4f
-
Constructs and initializes a Point4f from the specified Tuple4d.
- Point4f(Tuple4f) - Constructor for class javax.vecmath.Point4f
-
Constructs and initializes a Point4f from the specified Tuple4f.
- Point4i - Class in javax.vecmath
-
A 4 element point represented by signed integer x,y,z,w
coordinates.
- Point4i() - Constructor for class javax.vecmath.Point4i
-
Constructs and initializes a Point4i to (0,0,0,0).
- Point4i(int[]) - Constructor for class javax.vecmath.Point4i
-
Constructs and initializes a Point4i from the array of length 4.
- Point4i(int, int, int, int) - Constructor for class javax.vecmath.Point4i
-
Constructs and initializes a Point4i from the specified
x, y, z, and w coordinates.
- Point4i(Tuple4i) - Constructor for class javax.vecmath.Point4i
-
Constructs and initializes a Point4i from the specified Tuple4i.
- project(Point4d) - Method in class javax.vecmath.Point3d
-
Multiplies each of the x,y,z components of the Point4d parameter
by 1/w and places the projected values into this point.
- project(Point4d) - Method in class javax.vecmath.Point4d
-
Multiplies each of the x,y,z components of the Point4d parameter
by 1/w, places the projected values into this point, and places
a 1 as the w parameter of this point.
- project(Point4f) - Method in class javax.vecmath.Point3f
-
Multiplies each of the x,y,z components of the Point4f parameter
by 1/w and places the projected values into this point.
- project(Point4f) - Method in class javax.vecmath.Point4f
-
Multiplies each of the x,y,z components of the Point4f parameter
by 1/w, places the projected values into this point, and places
a 1 as the w parameter of this point.
- scale(double) - Method in class javax.vecmath.GVector
-
Scales this vector by the scale factor s.
- scale(double) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the scalar multiplication
of itself.
- scale(double) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the scalar multiplication
of itself.
- scale(double) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the scalar multiplication
of the scale factor with this.
- scale(double, GVector) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the scalar multiplication
of the scale factor with the vector v1.
- scale(double, Tuple2d) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the scalar multiplication
of tuple t1.
- scale(double, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the scalar multiplication
of tuple t1.
- scale(double, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the scalar multiplication
of the scale factor with the tuple t1.
- scale(float) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the scalar multiplication
of itself.
- scale(float) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the scalar multiplication
of the scale factor with this.
- scale(float) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the scalar multiplication
of the scale factor with this.
- scale(float, Tuple2f) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the scalar multiplication
of tuple t1.
- scale(float, Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this vector to the scalar multiplication
of tuple t1.
- scale(float, Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the scalar multiplication
of tuple t1.
- scale(int) - Method in class javax.vecmath.Tuple2i
-
Sets the value of this tuple to the scalar multiplication
of the scale factor with this.
- scale(int) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the scalar multiplication
of the scale factor with this.
- scale(int) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to the scalar multiplication
of the scale factor with this.
- scale(int, Tuple2i) - Method in class javax.vecmath.Tuple2i
-
Sets the value of this tuple to the scalar multiplication
of tuple t1.
- scale(int, Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the scalar multiplication
of tuple t1.
- scale(int, Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to the scalar multiplication
of tuple t1.
- scaleAdd(double, GVector, GVector) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the scalar multiplication by s
of vector v1 plus vector v2 (this = s*v1 + v2).
- scaleAdd(double, Tuple2d) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the scalar multiplication
of itself and then adds tuple t1 (this = s*this + t1).
- scaleAdd(double, Tuple2d, Tuple2d) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the scalar multiplication
of tuple t1 and then adds tuple t2 (this = s*t1 + t2).
- scaleAdd(double, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the scalar multiplication
of itself and then adds tuple t1 (this = s*this + t1).
- scaleAdd(double, Tuple3d, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the scalar multiplication
of tuple t1 and then adds tuple t2 (this = s*t1 + t2).
- scaleAdd(double, Tuple3f) - Method in class javax.vecmath.Tuple3d
-
Deprecated.
- scaleAdd(double, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the scalar multiplication
of itself and then adds tuple t1 (this = s*this + t1).
- scaleAdd(double, Tuple4d, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the scalar multiplication by s
of tuple t1 plus tuple t2 (this = s*t1 + t2).
- scaleAdd(float, Tuple2f) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the scalar multiplication
of itself and then adds tuple t1 (this = s*this + t1).
- scaleAdd(float, Tuple2f, Tuple2f) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the scalar multiplication
of tuple t1 and then adds tuple t2 (this = s*t1 + t2).
- scaleAdd(float, Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the scalar multiplication
of itself and then adds tuple t1 (this = s*this + t1).
- scaleAdd(float, Tuple3f, Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the scalar multiplication
of tuple t1 and then adds tuple t2 (this = s*t1 + t2).
- scaleAdd(float, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Deprecated.
- scaleAdd(float, Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the scalar multiplication
of itself and then adds tuple t1 (this = s*this + t1).
- scaleAdd(float, Tuple4f, Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the scalar multiplication
of tuple t1 plus tuple t2 (this = s*t1 + t2).
- scaleAdd(int, Tuple2i) - Method in class javax.vecmath.Tuple2i
-
Sets the value of this tuple to the scalar multiplication
of itself and then adds tuple t1 (this = s*this + t1).
- scaleAdd(int, Tuple2i, Tuple2i) - Method in class javax.vecmath.Tuple2i
-
Sets the value of this tuple to the scalar multiplication
of tuple t1 plus tuple t2 (this = s*t1 + t2).
- scaleAdd(int, Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the scalar multiplication
of itself and then adds tuple t1 (this = s*this + t1).
- scaleAdd(int, Tuple3i, Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the scalar multiplication
of tuple t1 plus tuple t2 (this = s*t1 + t2).
- scaleAdd(int, Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to the scalar multiplication
of itself and then adds tuple t1 (this = s*this + t1).
- scaleAdd(int, Tuple4i, Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to the scalar multiplication
of tuple t1 plus tuple t2 (this = s*t1 + t2).
- set(byte[]) - Method in class javax.vecmath.Tuple3b
-
Sets the value of the x,y,z, data members of this tuple to the
values in the array t of length 3.
- set(byte[]) - Method in class javax.vecmath.Tuple4b
-
Sets the value of the data members of this tuple to the value
of the array b of length 4.
- set(double) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to a scale matrix with
the passed scale amount.
- set(double) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to a scale matrix with the
passed scale amount.
- set(double[]) - Method in class javax.vecmath.AxisAngle4d
-
Sets the value of this axis angle to the specified x,y,z,angle.
- set(double[]) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to the values found in the array parameter.
- set(double[]) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the values found in the array
parameter.
- set(double[]) - Method in class javax.vecmath.Matrix3d
-
Sets the values in this Matrix3d equal to the row-major
array parameter (ie, the first three elements of the
array will be copied into the first row of this matrix, etc.).
- set(double[]) - Method in class javax.vecmath.Matrix4d
-
Sets the values in this Matrix4d equal to the row-major
array parameter (ie, the first four elements of the
array will be copied into the first row of this matrix, etc.).
- set(double[]) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple from the 2 values specified in
the array.
- set(double[]) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the value of the xyz coordinates
located in the array of length 3.
- set(double[]) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the specified xyzw coordinates.
- set(double, double) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the specified xy coordinates.
- set(double, double, double) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the specified xyz coordinates.
- set(double, double, double, double) - Method in class javax.vecmath.AxisAngle4d
-
Sets the value of this axis angle to the specified x,y,z,angle.
- set(double, double, double, double) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the specified xyzw coordinates.
- set(double, Vector3d) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this transform to a scale and translation matrix;
the scale is not applied to the translation and all of the matrix
values are modified.
- set(float) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to a scale matrix with
the passed scale amount.
- set(float) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to a scale matrix with the
the passed scale amount.
- set(float[]) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this axis-angle to the specified values in the
array of length 4.
- set(float[]) - Method in class javax.vecmath.Matrix3f
-
Sets the values in this Matrix3f equal to the row-major
array parameter (ie, the first three elements of the
array will be copied into the first row of this matrix, etc.).
- set(float[]) - Method in class javax.vecmath.Matrix4f
-
Sets the values in this Matrix4f equal to the row-major
array parameter (ie, the first four elements of the
array will be copied into the first row of this matrix, etc.).
- set(float[]) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple from the 2 values specified in
the array.
- set(float[]) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the xyz coordinates specified in
the array of length 3.
- set(float[]) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the specified coordinates in the
array of length 4.
- set(float, float) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the specified xy coordinates.
- set(float, float, float) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the specified xyz coordinates.
- set(float, float, float, float) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this axis-angle to the specified x,y,z,angle.
- set(float, float, float, float) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the specified xyzw coordinates.
- set(float, Vector3f) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this transform to a scale and translation matrix;
the scale is not applied to the translation and all of the matrix
values are modified.
- set(int[]) - Method in class javax.vecmath.Tuple2i
-
Sets the value of this tuple to the specified coordinates in the
array of length 2.
- set(int[]) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the specified coordinates in the
array of length 3.
- set(int[]) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to the specified coordinates in the
array of length 4.
- set(int, int) - Method in class javax.vecmath.Tuple2i
-
Sets the value of this tuple to the specified x and y
coordinates.
- set(int, int, int) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the specified x, y, and z
coordinates.
- set(int, int, int, int) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to the specified x, y, z, and w
coordinates.
- set(Color) - Method in class javax.vecmath.Color3b
-
Sets the r,g,b values of this Color3b object to those of the
specified AWT Color object.
- set(Color) - Method in class javax.vecmath.Color3f
-
Sets the r,g,b values of this Color3f object to those of the
specified AWT Color object.
- set(Color) - Method in class javax.vecmath.Color4b
-
Sets the r,g,b,a values of this Color4b object to those of the
specified AWT Color object.
- set(Color) - Method in class javax.vecmath.Color4f
-
Sets the r,g,b,a values of this Color4f object to those of the
specified AWT Color object.
- set(AxisAngle4d) - Method in class javax.vecmath.AxisAngle4d
-
Sets the value of this axis angle to the value of axis angle a1.
- set(AxisAngle4d) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this axis-angle to the value of axis-angle a1.
- set(AxisAngle4d) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the matrix conversion of the
double precision axis and angle argument.
- set(AxisAngle4d) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the matrix conversion of the
(double precision) axis and angle argument.
- set(AxisAngle4d) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to the matrix conversion of the
double precision axis and angle argument.
- set(AxisAngle4d) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to the matrix conversion of the
double precision axis and angle argument.
- set(AxisAngle4d) - Method in class javax.vecmath.Quat4d
-
Sets the value of this quaternion to the equivalent rotation
of the AxisAngle argument.
- set(AxisAngle4d) - Method in class javax.vecmath.Quat4f
-
Sets the value of this quaternion to the equivalent rotation
of the AxisAngle argument.
- set(AxisAngle4f) - Method in class javax.vecmath.AxisAngle4d
-
Sets the value of this axis angle to the value of axis angle a1.
- set(AxisAngle4f) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this axis-angle to the value of axis-angle a1.
- set(AxisAngle4f) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the matrix conversion of the
single precision axis and angle argument.
- set(AxisAngle4f) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the matrix conversion of the
(single precision) axis and angle argument.
- set(AxisAngle4f) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to the matrix conversion of the
single precision axis and angle argument.
- set(AxisAngle4f) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to the matrix conversion of the
(single precision) axis and angle argument.
- set(AxisAngle4f) - Method in class javax.vecmath.Quat4d
-
Sets the value of this quaternion to the equivalent rotation
of the AxisAngle argument.
- set(AxisAngle4f) - Method in class javax.vecmath.Quat4f
-
Sets the value of this quaternion to the equivalent rotation
of the AxisAngle argument.
- set(GMatrix) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to the values found in matrix m1.
- set(GVector) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the values found in vector vector.
- set(Matrix3d) - Method in class javax.vecmath.AxisAngle4d
-
Sets the value of this axis-angle to the rotational component of
the passed matrix.
- set(Matrix3d) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this axis-angle to the rotational component of
the passed matrix.
- set(Matrix3d) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to that of the Matrix3d provided.
- set(Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the value of the Matrix3d
argument.
- set(Matrix3d) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the float value of the Matrix3d
argument.
- set(Matrix3d) - Method in class javax.vecmath.Matrix4d
-
Sets the rotational component (upper 3x3) of this matrix to the
matrix values in the double precision Matrix3d argument; the other
elements of this matrix are initialized as if this were an identity
matrix (i.e., affine matrix with no translational component).
- set(Matrix3d) - Method in class javax.vecmath.Matrix4f
-
Sets the rotational component (upper 3x3) of this matrix to the
matrix values in the double precision Matrix3d argument; the other
elements of this matrix are initialized as if this were an identity
matrix (i.e., affine matrix with no translational component).
- set(Matrix3d) - Method in class javax.vecmath.Quat4d
-
Sets the value of this quaternion to the rotational component of
the passed matrix.
- set(Matrix3d) - Method in class javax.vecmath.Quat4f
-
Sets the value of this quaternion to the rotational component of
the passed matrix.
- set(Matrix3d, Vector3d, double) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix from the rotation expressed by
the rotation matrix m1, the translation t1, and the scale factor.
- set(Matrix3d, Vector3d, double) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix from the rotation expressed by
the rotation matrix m1, the translation t1, and the scale factor.
- set(Matrix3f) - Method in class javax.vecmath.AxisAngle4d
-
Sets the value of this axis-angle to the rotational component of
the passed matrix.
- set(Matrix3f) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this axis-angle to the rotational component of
the passed matrix.
- set(Matrix3f) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to that of the Matrix3f provided.
- set(Matrix3f) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the double value of the Matrix3f
argument.
- set(Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the value of the Matrix3f
argument.
- set(Matrix3f) - Method in class javax.vecmath.Matrix4d
-
Sets the rotational component (upper 3x3) of this matrix to the
matrix values in the single precision Matrix3f argument; the other
elements of this matrix are initialized as if this were an identity
matrix (i.e., affine matrix with no translational component).
- set(Matrix3f) - Method in class javax.vecmath.Matrix4f
-
Sets the rotational component (upper 3x3) of this matrix to the
matrix values in the single precision Matrix3f argument; the other
elements of this matrix are initialized as if this were an identity
matrix (i.e., affine matrix with no translational component).
- set(Matrix3f) - Method in class javax.vecmath.Quat4d
-
Sets the value of this quaternion to the rotational component of
the passed matrix.
- set(Matrix3f) - Method in class javax.vecmath.Quat4f
-
Sets the value of this quaternion to the rotational component of
the passed matrix.
- set(Matrix3f, Vector3f, float) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix from the rotation expressed by
the rotation matrix m1, the translation t1, and the scale factor.
- set(Matrix3f, Vector3f, float) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix from the rotation expressed by
the rotation matrix m1, the translation t1, and the scale factor.
- set(Matrix4d) - Method in class javax.vecmath.AxisAngle4d
-
Sets the value of this axis-angle to the rotational component of
the passed matrix.
- set(Matrix4d) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this axis-angle to the rotational component of
the passed matrix.
- set(Matrix4d) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to that of the Matrix4d provided.
- set(Matrix4d) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to a copy of the
passed matrix m1.
- set(Matrix4d) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to the float value of the
passed matrix4d m1.
- set(Matrix4d) - Method in class javax.vecmath.Quat4d
-
Sets the value of this quaternion to the rotational component of
the passed matrix.
- set(Matrix4d) - Method in class javax.vecmath.Quat4f
-
Sets the value of this quaternion to the rotational component of
the passed matrix.
- set(Matrix4f) - Method in class javax.vecmath.AxisAngle4d
-
Sets the value of this axis-angle to the rotational component of
the passed matrix.
- set(Matrix4f) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this axis-angle to the rotational component of
the passed matrix.
- set(Matrix4f) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to that of the Matrix4f provided.
- set(Matrix4f) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to a copy of the
passed matrix m1.
- set(Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to a copy of the
passed matrix m1.
- set(Matrix4f) - Method in class javax.vecmath.Quat4d
-
Sets the value of this quaternion to the rotational component of
the passed matrix.
- set(Matrix4f) - Method in class javax.vecmath.Quat4f
-
Sets the value of this quaternion to the rotational component of
the passed matrix.
- set(Quat4d) - Method in class javax.vecmath.AxisAngle4d
-
Sets the value of this axis-angle to the rotational equivalent
of the passed quaternion.
- set(Quat4d) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this axis-angle to the rotational equivalent
of the passed quaternion.
- set(Quat4d) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the matrix conversion of the
double precision quaternion argument.
- set(Quat4d) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the matrix conversion of the
(single precision) quaternion argument.
- set(Quat4d) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to the matrix conversion of the
(double precision) quaternion argument.
- set(Quat4d) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to the matrix conversion of the
double precision quaternion argument.
- set(Quat4d, Vector3d, double) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix from the rotation expressed
by the quaternion q1, the translation t1, and the scale s.
- set(Quat4d, Vector3d, double) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix from the rotation expressed
by the quaternion q1, the translation t1, and the scale s.
- set(Quat4f) - Method in class javax.vecmath.AxisAngle4d
-
Sets the value of this axis-angle to the rotational equivalent
of the passed quaternion.
- set(Quat4f) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this axis-angle to the rotational equivalent
of the passed quaternion.
- set(Quat4f) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the matrix conversion of the
single precision quaternion argument.
- set(Quat4f) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the matrix conversion of the
(single precision) quaternion argument.
- set(Quat4f) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to the matrix conversion of the
single precision quaternion argument.
- set(Quat4f) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to the matrix conversion of the
single precision quaternion argument.
- set(Quat4f, Vector3d, double) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix from the rotation expressed
by the quaternion q1, the translation t1, and the scale s.
- set(Quat4f, Vector3f, float) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix from the rotation expressed
by the quaternion q1, the translation t1, and the scale s.
- set(Quat4f, Vector3f, float) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix from the rotation expressed
by the quaternion q1, the translation t1, and the scale s.
- set(Tuple2d) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the value of the Tuple2d argument.
- set(Tuple2d) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the value of the Tuple2d argument.
- set(Tuple2f) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the values in tuple
- set(Tuple2f) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the value of Tuple2f t1.
- set(Tuple2f) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the value of the Tuple2f argument.
- set(Tuple2i) - Method in class javax.vecmath.Tuple2i
-
Sets the value of this tuple to the value of tuple t1.
- set(Tuple3b) - Method in class javax.vecmath.Tuple3b
-
Sets the value of the data members of this tuple to the value
of the argument tuple t1.
- set(Tuple3d) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the values in tuple
- set(Tuple3d) - Method in class javax.vecmath.Point4d
-
Sets the x,y,z components of this point to the corresponding
components of tuple t1.
- set(Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the value of tuple t1.
- set(Tuple3d) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the value of tuple t1.
- set(Tuple3d) - Method in class javax.vecmath.Vector4d
-
Sets the x,y,z components of this vector to the corresponding
components of tuple t1.
- set(Tuple3f) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the values in tuple
- set(Tuple3f) - Method in class javax.vecmath.Point4f
-
Sets the x,y,z components of this point to the corresponding
components of tuple t1.
- set(Tuple3f) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the value of tuple t1.
- set(Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the value of tuple t1.
- set(Tuple3f) - Method in class javax.vecmath.Vector4f
-
Sets the x,y,z components of this vector to the corresponding
components of tuple t1.
- set(Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the value of tuple t1.
- set(Tuple4b) - Method in class javax.vecmath.Tuple4b
-
Sets the value of the data members of this tuple to the value
of the argument tuple t1.
- set(Tuple4d) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the values in tuple
- set(Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the value of tuple t1.
- set(Tuple4d) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the value of tuple t1.
- set(Tuple4f) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the values in tuple
- set(Tuple4f) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the value of tuple t1.
- set(Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the value of tuple t1.
- set(Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to the value of tuple t1.
- set(Vector3d) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to a translate matrix by the
passed translation value.
- set(Vector3d, double) - Method in class javax.vecmath.AxisAngle4d
-
Sets the value of this AxisAngle4d to the specified
axis and angle.
- set(Vector3d, double) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this transform to a scale and translation matrix;
the translation is scaled by the scale factor and all of the matrix
values are modified.
- set(Vector3f) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to a translate matrix with
the passed translation value.
- set(Vector3f, float) - Method in class javax.vecmath.AxisAngle4f
-
Sets the value of this AxisAngle4f to the specified
axis and angle.
- set(Vector3f, float) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this transform to a scale and translation matrix;
the translation is scaled by the scale factor and all of the matrix
values are modified.
- setAngle(double) - Method in class javax.vecmath.AxisAngle4d
-
Set the axis angle, in radians.
An axis angle is a rotation angle about the vector (x,y,z).
- setAngle(float) - Method in class javax.vecmath.AxisAngle4f
-
Set the axis angle, in radians.
An axis angle is a rotation angle about the vector (x,y,z).
- setColumn(int, double[]) - Method in class javax.vecmath.GMatrix
-
Copy the values from the array into the specified column of this
matrix.
- setColumn(int, double[]) - Method in class javax.vecmath.Matrix3d
-
Sets the specified column of this matrix3d to the three values provided.
- setColumn(int, double[]) - Method in class javax.vecmath.Matrix4d
-
Sets the specified column of this matrix4d to the four values provided.
- setColumn(int, double, double, double) - Method in class javax.vecmath.Matrix3d
-
Sets the specified column of this matrix3d to the three values provided.
- setColumn(int, double, double, double, double) - Method in class javax.vecmath.Matrix4d
-
Sets the specified column of this matrix4d to the four values provided.
- setColumn(int, float[]) - Method in class javax.vecmath.Matrix3f
-
Sets the specified column of this matrix3f to the three values provided.
- setColumn(int, float[]) - Method in class javax.vecmath.Matrix4f
-
Sets the specified column of this matrix4f to the four values provided.
- setColumn(int, float, float, float) - Method in class javax.vecmath.Matrix3f
-
Sets the specified column of this matrix3f to the three values provided.
- setColumn(int, float, float, float, float) - Method in class javax.vecmath.Matrix4f
-
Sets the specified column of this matrix4f to the four values provided.
- setColumn(int, GVector) - Method in class javax.vecmath.GMatrix
-
Copy the values from the vector into the specified column of this
matrix.
- setColumn(int, Vector3d) - Method in class javax.vecmath.Matrix3d
-
Sets the specified column of this matrix3d to the vector provided.
- setColumn(int, Vector3f) - Method in class javax.vecmath.Matrix3f
-
Sets the specified column of this matrix3f to the vector provided.
- setColumn(int, Vector4d) - Method in class javax.vecmath.Matrix4d
-
Sets the specified column of this matrix4d to the vector provided.
- setColumn(int, Vector4f) - Method in class javax.vecmath.Matrix4f
-
Sets the specified column of this matrix4f to the vector provided.
- setElement(int, double) - Method in class javax.vecmath.GVector
-
Modifies the value at the specified index of this vector.
- setElement(int, int, double) - Method in class javax.vecmath.GMatrix
-
Modifies the value at the specified row and column of this matrix.
- setElement(int, int, double) - Method in class javax.vecmath.Matrix3d
-
Sets the specified element of this matrix3f to the value provided.
- setElement(int, int, double) - Method in class javax.vecmath.Matrix4d
-
Sets the specified element of this matrix4f to the value provided.
- setElement(int, int, float) - Method in class javax.vecmath.Matrix3f
-
Sets the specified element of this matrix3f to the value provided.
- setElement(int, int, float) - Method in class javax.vecmath.Matrix4f
-
Sets the specified element of this matrix4f to the value provided.
- setIdentity() - Method in class javax.vecmath.GMatrix
-
Sets this GMatrix to the identity matrix.
- setIdentity() - Method in class javax.vecmath.Matrix3d
-
Sets this Matrix3d to identity.
- setIdentity() - Method in class javax.vecmath.Matrix3f
-
Sets this Matrix3f to identity.
- setIdentity() - Method in class javax.vecmath.Matrix4d
-
Sets this Matrix4d to identity.
- setIdentity() - Method in class javax.vecmath.Matrix4f
-
Sets this Matrix4f to identity.
- setM00(double) - Method in class javax.vecmath.Matrix3d
-
Set the first matrix element in the first row.
- setM00(double) - Method in class javax.vecmath.Matrix4d
-
Set the first matrix element in the first row.
- setM00(float) - Method in class javax.vecmath.Matrix3f
-
Set the first matrix element in the first row.
- setM00(float) - Method in class javax.vecmath.Matrix4f
-
Set the first matrix element in the first row.
- setM01(double) - Method in class javax.vecmath.Matrix3d
-
Set the second matrix element in the first row.
- setM01(double) - Method in class javax.vecmath.Matrix4d
-
Set the second matrix element in the first row.
- setM01(float) - Method in class javax.vecmath.Matrix3f
-
Set the second matrix element in the first row.
- setM01(float) - Method in class javax.vecmath.Matrix4f
-
Set the second matrix element in the first row.
- setM02(double) - Method in class javax.vecmath.Matrix3d
-
Set the third matrix element in the first row.
- setM02(double) - Method in class javax.vecmath.Matrix4d
-
Set the third matrix element in the first row.
- setM02(float) - Method in class javax.vecmath.Matrix3f
-
Set the third matrix element in the first row.
- setM02(float) - Method in class javax.vecmath.Matrix4f
-
Set the third matrix element in the first row.
- setM03(double) - Method in class javax.vecmath.Matrix4d
-
Set the fourth element of the first row.
- setM03(float) - Method in class javax.vecmath.Matrix4f
-
Set the fourth element of the first row.
- setM10(double) - Method in class javax.vecmath.Matrix3d
-
Set first matrix element in the second row.
- setM10(double) - Method in class javax.vecmath.Matrix4d
-
Set first matrix element in the second row.
- setM10(float) - Method in class javax.vecmath.Matrix3f
-
Set first matrix element in the second row.
- setM10(float) - Method in class javax.vecmath.Matrix4f
-
Set first matrix element in the second row.
- setM11(double) - Method in class javax.vecmath.Matrix3d
-
Set the second matrix element in the second row.
- setM11(double) - Method in class javax.vecmath.Matrix4d
-
Set the second matrix element in the second row.
- setM11(float) - Method in class javax.vecmath.Matrix3f
-
Set the second matrix element in the second row.
- setM11(float) - Method in class javax.vecmath.Matrix4f
-
Set the second matrix element in the second row.
- setM12(double) - Method in class javax.vecmath.Matrix3d
-
Set the third matrix element in the second row.
- setM12(double) - Method in class javax.vecmath.Matrix4d
-
Set the third matrix element in the second row.
- setM12(float) - Method in class javax.vecmath.Matrix3f
-
Set the third matrix element in the second row.
- setM12(float) - Method in class javax.vecmath.Matrix4f
-
Set the third matrix element in the second row.
- setM13(double) - Method in class javax.vecmath.Matrix4d
-
Set the fourth element of the second row.
- setM13(float) - Method in class javax.vecmath.Matrix4f
-
Set the fourth element of the second row.
- setM20(double) - Method in class javax.vecmath.Matrix3d
-
Set the first matrix element in the third row.
- setM20(double) - Method in class javax.vecmath.Matrix4d
-
Set the first matrix element in the third row.
- setM20(float) - Method in class javax.vecmath.Matrix3f
-
Set the first matrix element in the third row.
- setM20(float) - Method in class javax.vecmath.Matrix4f
-
Set the first matrix element in the third row.
- setM21(double) - Method in class javax.vecmath.Matrix3d
-
Set the second matrix element in the third row.
- setM21(double) - Method in class javax.vecmath.Matrix4d
-
Set the second matrix element in the third row.
- setM21(float) - Method in class javax.vecmath.Matrix3f
-
Set the second matrix element in the third row.
- setM21(float) - Method in class javax.vecmath.Matrix4f
-
Set the second matrix element in the third row.
- setM22(double) - Method in class javax.vecmath.Matrix3d
-
Set the third matrix element in the third row.
- setM22(double) - Method in class javax.vecmath.Matrix4d
-
Set the third matrix element in the third row.
- setM22(float) - Method in class javax.vecmath.Matrix3f
-
Set the third matrix element in the third row.
- setM22(float) - Method in class javax.vecmath.Matrix4f
-
Set the third matrix element in the third row.
- setM23(double) - Method in class javax.vecmath.Matrix4d
-
Set the fourth element of the third row.
- setM23(float) - Method in class javax.vecmath.Matrix4f
-
Set the fourth element of the third row.
- setM30(double) - Method in class javax.vecmath.Matrix4d
-
Set the first element of the fourth row.
- setM30(float) - Method in class javax.vecmath.Matrix4f
-
Set the first element of the fourth row.
- setM31(double) - Method in class javax.vecmath.Matrix4d
-
Set the second element of the fourth row.
- setM31(float) - Method in class javax.vecmath.Matrix4f
-
Set the second element of the fourth row.
- setM32(double) - Method in class javax.vecmath.Matrix4d
-
Set the third element of the fourth row.
- setM32(float) - Method in class javax.vecmath.Matrix4f
-
Set the third element of the fourth row.
- setM33(double) - Method in class javax.vecmath.Matrix4d
-
Set the fourth element of the fourth row.
- setM33(float) - Method in class javax.vecmath.Matrix4f
-
Set the fourth element of the fourth row.
- setRotation(AxisAngle4d) - Method in class javax.vecmath.Matrix4d
-
Sets the rotational component (upper 3x3) of this matrix to the
matrix equivalent values of the axis-angle argument; the other
elements of this matrix are unchanged; a singular value
decomposition is performed on this object's upper 3x3 matrix to
factor out the scale, then this object's upper 3x3 matrix components
are replaced by the matrix equivalent of the axis-angle,
and then the scale is reapplied to the rotational components.
- setRotation(AxisAngle4f) - Method in class javax.vecmath.Matrix4f
-
Sets the rotational component (upper 3x3) of this matrix to the
matrix equivalent values of the axis-angle argument; the other
elements of this matrix are unchanged; a singular value
decomposition is performed on this object's upper 3x3 matrix to
factor out the scale, then this object's upper 3x3 matrix components
are replaced by the matrix equivalent of the axis-angle,
and then the scale is reapplied to the rotational components.
- setRotation(Matrix3d) - Method in class javax.vecmath.Matrix4d
-
Sets the rotational component (upper 3x3) of this matrix to the
matrix values in the double precision Matrix3d argument; the other
elements of this matrix are unchanged; a singular value
decomposition is performed on this object's upper 3x3 matrix to
factor out the scale, then this object's upper 3x3 matrix components
are replaced by the passed rotation components,
and then the scale is reapplied to the rotational components.
- setRotation(Matrix3d) - Method in class javax.vecmath.Matrix4f
-
Sets the rotational component (upper 3x3) of this matrix to the
matrix values in the double precision Matrix3d argument; the other
elements of this matrix are unchanged; a singular value
decomposition is performed on this object's upper 3x3 matrix to
factor out the scale, then this object's upper 3x3 matrix components
are replaced by the passed rotation components,
and then the scale is reapplied to the rotational components.
- setRotation(Matrix3f) - Method in class javax.vecmath.Matrix4d
-
Sets the rotational component (upper 3x3) of this matrix to the
matrix values in the single precision Matrix3f argument; the other
elements of this matrix are unchanged; a singular value
decomposition is performed on this object's upper 3x3 matrix to
factor out the scale, then this object's upper 3x3 matrix components
are replaced by the passed rotation components,
and then the scale is reapplied to the rotational components.
- setRotation(Matrix3f) - Method in class javax.vecmath.Matrix4f
-
Sets the rotational component (upper 3x3) of this matrix to the
matrix values in the single precision Matrix3f argument; the other
elements of this matrix are unchanged; a singular value
decomposition is performed on this object's upper 3x3 matrix to
factor out the scale, then this object's upper 3x3 matrix components
are replaced by the passed rotation components,
and then the scale is reapplied to the rotational components.
- setRotation(Quat4d) - Method in class javax.vecmath.Matrix4d
-
Sets the rotational component (upper 3x3) of this matrix to the
matrix equivalent values of the quaternion argument; the other
elements of this matrix are unchanged; a singular value
decomposition is performed on this object's upper 3x3 matrix to
factor out the scale, then this object's upper 3x3 matrix components
are replaced by the matrix equivalent of the quaternion,
and then the scale is reapplied to the rotational components.
- setRotation(Quat4d) - Method in class javax.vecmath.Matrix4f
-
Sets the rotational component (upper 3x3) of this matrix to the
matrix equivalent values of the quaternion argument; the other
elements of this matrix are unchanged; a singular value
decomposition is performed on this object's upper 3x3 matrix to
factor out the scale, then this object's upper 3x3 matrix components
are replaced by the matrix equivalent of the quaternion,
and then the scale is reapplied to the rotational components.
- setRotation(Quat4f) - Method in class javax.vecmath.Matrix4d
-
Sets the rotational component (upper 3x3) of this matrix to the
matrix equivalent values of the quaternion argument; the other
elements of this matrix are unchanged; a singular value
decomposition is performed on this object's upper 3x3 matrix to
factor out the scale, then this object's upper 3x3 matrix components
are replaced by the matrix equivalent of the quaternion,
and then the scale is reapplied to the rotational components.
- setRotation(Quat4f) - Method in class javax.vecmath.Matrix4f
-
Sets the rotational component (upper 3x3) of this matrix to the
matrix equivalent values of the quaternion argument; the other
elements of this matrix are unchanged; a singular value
decomposition is performed on this object's upper 3x3 matrix to
factor out the scale, then this object's upper 3x3 matrix components
are replaced by the matrix equivalent of the quaternion,
and then the scale is reapplied to the rotational components.
- setRotationScale(Matrix3d) - Method in class javax.vecmath.Matrix4d
-
Replaces the upper 3x3 matrix values of this matrix with the
values in the matrix m1.
- setRotationScale(Matrix3f) - Method in class javax.vecmath.Matrix4d
-
Replaces the upper 3x3 matrix values of this matrix with the
values in the matrix m1.
- setRotationScale(Matrix3f) - Method in class javax.vecmath.Matrix4f
-
Replaces the upper 3x3 matrix values of this matrix with the
values in the matrix m1.
- setRow(int, double[]) - Method in class javax.vecmath.GMatrix
-
Copy the values from the array into the specified row of this
matrix.
- setRow(int, double[]) - Method in class javax.vecmath.Matrix3d
-
Sets the specified row of this matrix3d to the three values provided.
- setRow(int, double[]) - Method in class javax.vecmath.Matrix4d
-
Sets the specified row of this matrix4d to the four values provided.
- setRow(int, double, double, double) - Method in class javax.vecmath.Matrix3d
-
Sets the specified row of this matrix3d to the 4 values provided.
- setRow(int, double, double, double, double) - Method in class javax.vecmath.Matrix4d
-
Sets the specified row of this matrix4d to the four values provided.
- setRow(int, float[]) - Method in class javax.vecmath.Matrix3f
-
Sets the specified row of this matrix3f to the three values provided.
- setRow(int, float[]) - Method in class javax.vecmath.Matrix4f
-
Sets the specified row of this matrix4f to the four values provided
in the passed array.
- setRow(int, float, float, float) - Method in class javax.vecmath.Matrix3f
-
Sets the specified row of this matrix3f to the three values provided.
- setRow(int, float, float, float, float) - Method in class javax.vecmath.Matrix4f
-
Sets the specified row of this matrix4f to the four values provided.
- setRow(int, GVector) - Method in class javax.vecmath.GMatrix
-
Copy the values from the vector into the specified row of this
matrix.
- setRow(int, Vector3d) - Method in class javax.vecmath.Matrix3d
-
Sets the specified row of this matrix3d to the Vector provided.
- setRow(int, Vector3f) - Method in class javax.vecmath.Matrix3f
-
Sets the specified row of this matrix3f to the Vector provided.
- setRow(int, Vector4d) - Method in class javax.vecmath.Matrix4d
-
Sets the specified row of this matrix4d to the Vector provided.
- setRow(int, Vector4f) - Method in class javax.vecmath.Matrix4f
-
Sets the specified row of this matrix4f to the Vector provided.
- setScale(double) - Method in class javax.vecmath.GMatrix
-
Sets this matrix to a uniform scale matrix; all of the
values are reset.
- setScale(double) - Method in class javax.vecmath.Matrix3d
-
Sets the scale component of the current matrix by factoring
out the current scale (by doing an SVD) and multiplying by
the new scale.
- setScale(double) - Method in class javax.vecmath.Matrix4d
-
Sets the scale component of the current matrix by factoring
out the current scale (by doing an SVD) from the rotational
component and multiplying by the new scale.
- setScale(float) - Method in class javax.vecmath.Matrix3f
-
Sets the scale component of the current matrix by factoring
out the current scale (by doing an SVD) and multiplying by
the new scale.
- setScale(float) - Method in class javax.vecmath.Matrix4f
-
Sets the scale component of the current matrix by factoring
out the current scale (by doing an SVD) from the rotational
component and multiplying by the new scale.
- setSize(int) - Method in class javax.vecmath.GVector
-
Changes the size of this vector dynamically.
- setSize(int, int) - Method in class javax.vecmath.GMatrix
-
Changes the size of this matrix dynamically.
- setTranslation(Vector3d) - Method in class javax.vecmath.Matrix4d
-
Modifies the translational components of this matrix to the values
of the Vector3d argument; the other values of this matrix are not
modified.
- setTranslation(Vector3f) - Method in class javax.vecmath.Matrix4f
-
Modifies the translational components of this matrix to the values
of the Vector3f argument; the other values of this matrix are not
modified.
- setW(byte) - Method in class javax.vecmath.Tuple4b
-
Set w, the fourth value.
- setW(double) - Method in class javax.vecmath.Tuple4d
-
Set the w coordinate.
- setW(float) - Method in class javax.vecmath.Tuple4f
-
Set the w coordinate.
- setW(int) - Method in class javax.vecmath.Tuple4i
-
Set the w coordinate.
- setX(byte) - Method in class javax.vecmath.Tuple3b
-
Set x, the first value.
- setX(byte) - Method in class javax.vecmath.Tuple4b
-
Set x, the first value.
- setX(double) - Method in class javax.vecmath.AxisAngle4d
-
Set a new value for x coordinate.
- setX(double) - Method in class javax.vecmath.Tuple2d
-
Set the x coordinate.
- setX(double) - Method in class javax.vecmath.Tuple3d
-
Set the x coordinate.
- setX(double) - Method in class javax.vecmath.Tuple4d
-
Set the x coordinate.
- setX(float) - Method in class javax.vecmath.AxisAngle4f
-
Set a new value for x coordinate.
- setX(float) - Method in class javax.vecmath.Tuple2f
-
Set the x coordinate.
- setX(float) - Method in class javax.vecmath.Tuple3f
-
Set the x coordinate.
- setX(float) - Method in class javax.vecmath.Tuple4f
-
Set the x coordinate.
- setX(int) - Method in class javax.vecmath.Tuple2i
-
Set the x coordinate.
- setX(int) - Method in class javax.vecmath.Tuple3i
-
Set the x coordinate.
- setX(int) - Method in class javax.vecmath.Tuple4i
-
Set the x coordinate.
- setY(byte) - Method in class javax.vecmath.Tuple3b
-
Set y, the second value.
- setY(byte) - Method in class javax.vecmath.Tuple4b
-
Set y, the second value.
- setY(double) - Method in class javax.vecmath.AxisAngle4d
-
Set a new value for y coordinate.
- setY(double) - Method in class javax.vecmath.Tuple2d
-
Set the y coordinate.
- setY(double) - Method in class javax.vecmath.Tuple3d
-
Set the y coordinate.
- setY(double) - Method in class javax.vecmath.Tuple4d
-
Set the y coordinate.
- setY(float) - Method in class javax.vecmath.AxisAngle4f
-
Set a new value for y coordinate.
- setY(float) - Method in class javax.vecmath.Tuple2f
-
Set the y coordinate.
- setY(float) - Method in class javax.vecmath.Tuple3f
-
Set the y coordinate.
- setY(float) - Method in class javax.vecmath.Tuple4f
-
Set the y coordinate.
- setY(int) - Method in class javax.vecmath.Tuple2i
-
Set the y coordinate.
- setY(int) - Method in class javax.vecmath.Tuple3i
-
Set the y coordinate.
- setY(int) - Method in class javax.vecmath.Tuple4i
-
Set the y coordinate.
- setZ(byte) - Method in class javax.vecmath.Tuple3b
-
Set z, the third value.
- setZ(byte) - Method in class javax.vecmath.Tuple4b
-
Set z, the third value.
- setZ(double) - Method in class javax.vecmath.AxisAngle4d
-
Set a new value for z coordinate.
- setZ(double) - Method in class javax.vecmath.Tuple3d
-
Set the z coordinate.
- setZ(double) - Method in class javax.vecmath.Tuple4d
-
Set the z coordinate.
- setZ(float) - Method in class javax.vecmath.AxisAngle4f
-
Set a new value for z coordinate.
- setZ(float) - Method in class javax.vecmath.Tuple3f
-
Set the Z coordinate.
- setZ(float) - Method in class javax.vecmath.Tuple4f
-
Set the z coordinate.
- setZ(int) - Method in class javax.vecmath.Tuple3i
-
Set the z coordinate.
- setZ(int) - Method in class javax.vecmath.Tuple4i
-
Set the z coordinate.
- setZero() - Method in class javax.vecmath.GMatrix
-
Sets all the values in this matrix to zero.
- setZero() - Method in class javax.vecmath.Matrix3d
-
Sets this matrix to all zeros.
- setZero() - Method in class javax.vecmath.Matrix3f
-
Sets this matrix to all zeros.
- setZero() - Method in class javax.vecmath.Matrix4d
-
Sets this matrix to all zeros.
- setZero() - Method in class javax.vecmath.Matrix4f
-
Sets this matrix to all zeros.
- SingularMatrixException - Exception in javax.vecmath
-
Indicates that inverse of a matrix can not be computed.
- SingularMatrixException() - Constructor for exception javax.vecmath.SingularMatrixException
-
Create the exception object with default values.
- SingularMatrixException(String) - Constructor for exception javax.vecmath.SingularMatrixException
-
Create the exception object that outputs message.
- sub(GMatrix) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to the matrix difference of itself
and matrix m1 (this = this - m1).
- sub(GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
-
Sets the value of this matrix to the matrix difference
of matrices m1 and m2 (this = m1 - m2).
- sub(GVector) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the vector difference of itself
and vector (this = this - vector).
- sub(GVector, GVector) - Method in class javax.vecmath.GVector
-
Sets the value of this vector to the vector difference
of vectors vector1 and vector2 (this = vector1 - vector2).
- sub(Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the matrix difference of itself and
matrix m1 (this = this - m1).
- sub(Matrix3d, Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the matrix difference
of matrices m1 and m2.
- sub(Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the matrix difference
of itself and matrix m1 (this = this - m1).
- sub(Matrix3f, Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the matrix difference
of matrices m1 and m2.
- sub(Matrix4d) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to the matrix difference of itself
and matrix m1 (this = this - m1).
- sub(Matrix4d, Matrix4d) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to the matrix difference
of matrices m1 and m2.
- sub(Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Sets this matrix to the matrix difference of itself and
matrix m1 (this = this - m1).
- sub(Matrix4f, Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Performs an element-by-element subtraction of matrix m2 from
matrix m1 and places the result into matrix this (this =
m2 - m1).
- sub(Tuple2d) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the vector difference of
itself and tuple t1 (this = this - t1).
- sub(Tuple2d, Tuple2d) - Method in class javax.vecmath.Tuple2d
-
Sets the value of this tuple to the vector difference of
tuple t1 and t2 (this = t1 - t2).
- sub(Tuple2f) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the vector difference of
itself and tuple t1 (this = this - t1).
- sub(Tuple2f, Tuple2f) - Method in class javax.vecmath.Tuple2f
-
Sets the value of this tuple to the vector difference of
tuple t1 and t2 (this = t1 - t2).
- sub(Tuple2i) - Method in class javax.vecmath.Tuple2i
-
Sets the value of this tuple to the difference
of itself and t1 (this = this - t1).
- sub(Tuple2i, Tuple2i) - Method in class javax.vecmath.Tuple2i
-
Sets the value of this tuple to the difference
of tuples t1 and t2 (this = t1 - t2).
- sub(Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the difference
of itself and t1 (this = this - t1).
- sub(Tuple3d, Tuple3d) - Method in class javax.vecmath.Tuple3d
-
Sets the value of this tuple to the difference of tuples
t1 and t2 (this = t1 - t2).
- sub(Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the vector difference of
itself and tuple t1 (this = this - t1) .
- sub(Tuple3f, Tuple3f) - Method in class javax.vecmath.Tuple3f
-
Sets the value of this tuple to the vector difference
of tuples t1 and t2 (this = t1 - t2).
- sub(Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the difference
of itself and t1 (this = this - t1).
- sub(Tuple3i, Tuple3i) - Method in class javax.vecmath.Tuple3i
-
Sets the value of this tuple to the difference
of tuples t1 and t2 (this = t1 - t2).
- sub(Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the difference of itself
and tuple t1 (this = this - t1).
- sub(Tuple4d, Tuple4d) - Method in class javax.vecmath.Tuple4d
-
Sets the value of this tuple to the difference
of tuples t1 and t2 (this = t1 - t2).
- sub(Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the difference
of itself and t1 (this = this - t1).
- sub(Tuple4f, Tuple4f) - Method in class javax.vecmath.Tuple4f
-
Sets the value of this tuple to the difference
of tuples t1 and t2 (this = t1 - t2).
- sub(Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to the difference
of itself and t1 (this = this - t1).
- sub(Tuple4i, Tuple4i) - Method in class javax.vecmath.Tuple4i
-
Sets the value of this tuple to the difference
of tuples t1 and t2 (this = t1 - t2).
- SVD(GMatrix, GMatrix, GMatrix) - Method in class javax.vecmath.GMatrix
-
Finds the singular value decomposition (SVD) of this matrix
such that this = U*W*transpose(V); and returns the rank of
this matrix; the values of U,W,V are all overwritten.
- SVDBackSolve(GMatrix, GMatrix, GMatrix, GVector) - Method in class javax.vecmath.GVector
-
Solves for x in Ax = b, where x is this vector (nx1), A is mxn,
b is mx1, and A = U*W*transpose(V); U,W,V must
be precomputed and can be found by taking the singular value
decomposition (SVD) of A using the method SVD found in the
GMatrix class.
- TexCoord2f - Class in javax.vecmath
-
A 2-element vector that is represented by single-precision floating
point x,y coordinates.
- TexCoord2f() - Constructor for class javax.vecmath.TexCoord2f
-
Constructs and initializes a TexCoord2f to (0,0).
- TexCoord2f(float[]) - Constructor for class javax.vecmath.TexCoord2f
-
Constructs and initializes a TexCoord2f from the specified array.
- TexCoord2f(float, float) - Constructor for class javax.vecmath.TexCoord2f
-
Constructs and initializes a TexCoord2f from the specified xy coordinates.
- TexCoord2f(TexCoord2f) - Constructor for class javax.vecmath.TexCoord2f
-
Constructs and initializes a TexCoord2f from the specified TexCoord2f.
- TexCoord2f(Tuple2f) - Constructor for class javax.vecmath.TexCoord2f
-
Constructs and initializes a TexCoord2f from the specified Tuple2f.
- TexCoord3f - Class in javax.vecmath
-
A 3 element texture coordinate that is represented by single precision
floating point x,y,z coordinates.
- TexCoord3f() - Constructor for class javax.vecmath.TexCoord3f
-
Constructs and initializes a TexCoord3f to (0,0,0).
- TexCoord3f(float[]) - Constructor for class javax.vecmath.TexCoord3f
-
Constructs and initializes a TexCoord3f from the array of length 3.
- TexCoord3f(float, float, float) - Constructor for class javax.vecmath.TexCoord3f
-
Constructs and initializes a TexCoord3f from the specified xyz
coordinates.
- TexCoord3f(TexCoord3f) - Constructor for class javax.vecmath.TexCoord3f
-
Constructs and initializes a TexCoord3f from the specified TexCoord3f.
- TexCoord3f(Tuple3d) - Constructor for class javax.vecmath.TexCoord3f
-
Constructs and initializes a TexCoord3f from the specified Tuple3d.
- TexCoord3f(Tuple3f) - Constructor for class javax.vecmath.TexCoord3f
-
Constructs and initializes a TexCoord3f from the specified Tuple3f.
- TexCoord4f - Class in javax.vecmath
-
A 4 element texture coordinate that is represented by single precision
floating point x,y,z,w coordinates.
- TexCoord4f() - Constructor for class javax.vecmath.TexCoord4f
-
Constructs and initializes a TexCoord4f to (0,0,0,0).
- TexCoord4f(float[]) - Constructor for class javax.vecmath.TexCoord4f
-
Constructs and initializes a TexCoord4f from the array of length 4.
- TexCoord4f(float, float, float, float) - Constructor for class javax.vecmath.TexCoord4f
-
Constructs and initializes a TexCoord4f from the specified xyzw
coordinates.
- TexCoord4f(TexCoord4f) - Constructor for class javax.vecmath.TexCoord4f
-
Constructs and initializes a TexCoord4f from the specified TexCoord4f.
- TexCoord4f(Tuple4d) - Constructor for class javax.vecmath.TexCoord4f
-
Constructs and initializes a TexCoord4f from the specified Tuple4d.
- TexCoord4f(Tuple4f) - Constructor for class javax.vecmath.TexCoord4f
-
Constructs and initializes a TexCoord4f from the specified Tuple4f.
- toString() - Method in class javax.vecmath.AxisAngle4d
-
Returns a string that contains the values of this AxisAngle4d.
- toString() - Method in class javax.vecmath.AxisAngle4f
-
Returns a string that contains the values of this AxisAngle4f.
- toString() - Method in class javax.vecmath.GMatrix
-
Returns a string that contains the values of this GMatrix.
- toString() - Method in class javax.vecmath.GVector
-
Returns a string that contains the values of this GVector.
- toString() - Method in class javax.vecmath.Matrix3d
-
Returns a string that contains the values of this Matrix3d.
- toString() - Method in class javax.vecmath.Matrix3f
-
Returns a string that contains the values of this Matrix3f.
- toString() - Method in class javax.vecmath.Matrix4d
-
Returns a string that contains the values of this Matrix4d.
- toString() - Method in class javax.vecmath.Matrix4f
-
Returns a string that contains the values of this Matrix4f.
- toString() - Method in class javax.vecmath.Tuple2d
-
Returns a string that contains the values of this Tuple2d.
- toString() - Method in class javax.vecmath.Tuple2f
-
Returns a string that contains the values of this Tuple2f.
- toString() - Method in class javax.vecmath.Tuple2i
-
Returns a string that contains the values of this Tuple2i.
- toString() - Method in class javax.vecmath.Tuple3b
-
Returns a string that contains the values of this Tuple3b.
- toString() - Method in class javax.vecmath.Tuple3d
-
Returns a string that contains the values of this Tuple3d.
- toString() - Method in class javax.vecmath.Tuple3f
-
Returns a string that contains the values of this Tuple3f.
- toString() - Method in class javax.vecmath.Tuple3i
-
Returns a string that contains the values of this Tuple3i.
- toString() - Method in class javax.vecmath.Tuple4b
-
Returns a string that contains the values of this Tuple4b.
- toString() - Method in class javax.vecmath.Tuple4d
-
Returns a string that contains the values of this Tuple4d.
- toString() - Method in class javax.vecmath.Tuple4f
-
Returns a string that contains the values of this Tuple4f.
- toString() - Method in class javax.vecmath.Tuple4i
-
Returns a string that contains the values of this Tuple4i.
- trace() - Method in class javax.vecmath.GMatrix
-
Returns the trace of this matrix.
- transform(Point3d) - Method in class javax.vecmath.Matrix4d
-
Transforms the point parameter with this Matrix4d and
places the result back into point.
- transform(Point3d, Point3d) - Method in class javax.vecmath.Matrix4d
-
Transforms the point parameter with this Matrix4d and
places the result into pointOut.
- transform(Point3f) - Method in class javax.vecmath.Matrix4d
-
Transforms the point parameter with this Matrix4d and
places the result back into point.
- transform(Point3f) - Method in class javax.vecmath.Matrix4f
-
Transforms the point parameter with this Matrix4f and
places the result back into point.
- transform(Point3f, Point3f) - Method in class javax.vecmath.Matrix4d
-
Transforms the point parameter with this Matrix4d and
places the result into pointOut.
- transform(Point3f, Point3f) - Method in class javax.vecmath.Matrix4f
-
Transforms the point parameter with this Matrix4f and
places the result into pointOut.
- transform(Tuple3d) - Method in class javax.vecmath.Matrix3d
-
Multiply this matrix by the tuple t and place the result
back into the tuple (t = this*t).
- transform(Tuple3d, Tuple3d) - Method in class javax.vecmath.Matrix3d
-
Multiply this matrix by the tuple t and and place the result
into the tuple "result" (result = this*t).
- transform(Tuple3f) - Method in class javax.vecmath.Matrix3f
-
Multiply this matrix by the tuple t and place the result
back into the tuple (t = this*t).
- transform(Tuple3f, Tuple3f) - Method in class javax.vecmath.Matrix3f
-
Multiply this matrix by the tuple t and and place the result
into the tuple "result" (result = this*t).
- transform(Tuple4d) - Method in class javax.vecmath.Matrix4d
-
Transform the vector vec using this Matrix4d and place the
result back into vec.
- transform(Tuple4d, Tuple4d) - Method in class javax.vecmath.Matrix4d
-
Transform the vector vec using this Matrix4d and place the
result into vecOut.
- transform(Tuple4f) - Method in class javax.vecmath.Matrix4d
-
Transform the vector vec using this Transform and place the
result back into vec.
- transform(Tuple4f) - Method in class javax.vecmath.Matrix4f
-
Transform the vector vec using this Transform and place the
result back into vec.
- transform(Tuple4f, Tuple4f) - Method in class javax.vecmath.Matrix4d
-
Transform the vector vec using this Matrix4d and place the
result into vecOut.
- transform(Tuple4f, Tuple4f) - Method in class javax.vecmath.Matrix4f
-
Transform the vector vec using this Matrix4f and place the
result into vecOut.
- transform(Vector3d) - Method in class javax.vecmath.Matrix4d
-
Transforms the normal parameter by this transform and places the value
back into normal.
- transform(Vector3d, Vector3d) - Method in class javax.vecmath.Matrix4d
-
Transforms the normal parameter by this Matrix4d and places the value
into normalOut.
- transform(Vector3f) - Method in class javax.vecmath.Matrix4d
-
Transforms the normal parameter by this transform and places the value
back into normal.
- transform(Vector3f) - Method in class javax.vecmath.Matrix4f
-
Transforms the normal parameter by this transform and places the value
back into normal.
- transform(Vector3f, Vector3f) - Method in class javax.vecmath.Matrix4d
-
Transforms the normal parameter by this Matrix4d and places the value
into normalOut.
- transform(Vector3f, Vector3f) - Method in class javax.vecmath.Matrix4f
-
Transforms the normal parameter by this Matrix4f and places the value
into normalOut.
- transpose() - Method in class javax.vecmath.GMatrix
-
Transposes this matrix in place.
- transpose() - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to its transpose.
- transpose() - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to its transpose.
- transpose() - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to its transpose.
- transpose() - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to its transpose in place.
- transpose(GMatrix) - Method in class javax.vecmath.GMatrix
-
Places the matrix values of the transpose of matrix m1 into this matrix.
- transpose(Matrix3d) - Method in class javax.vecmath.Matrix3d
-
Sets the value of this matrix to the transpose of the argument matrix.
- transpose(Matrix3f) - Method in class javax.vecmath.Matrix3f
-
Sets the value of this matrix to the transpose of the argument matrix.
- transpose(Matrix4d) - Method in class javax.vecmath.Matrix4d
-
Sets the value of this matrix to the transpose of the argument matrix
- transpose(Matrix4f) - Method in class javax.vecmath.Matrix4f
-
Sets the value of this matrix to the transpose of the argument matrix.
- Tuple2d - Class in javax.vecmath
-
A generic 2-element tuple that is represented by double-precision
floating point x,y coordinates.
- Tuple2d() - Constructor for class javax.vecmath.Tuple2d
-
Constructs and initializes a Tuple2d to (0,0).
- Tuple2d(double[]) - Constructor for class javax.vecmath.Tuple2d
-
Constructs and initializes a Tuple2d from the specified array.
- Tuple2d(double, double) - Constructor for class javax.vecmath.Tuple2d
-
Constructs and initializes a Tuple2d from the specified xy coordinates.
- Tuple2d(Tuple2d) - Constructor for class javax.vecmath.Tuple2d
-
Constructs and initializes a Tuple2d from the specified Tuple2d.
- Tuple2d(Tuple2f) - Constructor for class javax.vecmath.Tuple2d
-
Constructs and initializes a Tuple2d from the specified Tuple2f.
- Tuple2f - Class in javax.vecmath
-
A generic 2-element tuple that is represented by single-precision
floating point x,y coordinates.
- Tuple2f() - Constructor for class javax.vecmath.Tuple2f
-
Constructs and initializes a Tuple2f to (0,0).
- Tuple2f(float[]) - Constructor for class javax.vecmath.Tuple2f
-
Constructs and initializes a Tuple2f from the specified array.
- Tuple2f(float, float) - Constructor for class javax.vecmath.Tuple2f
-
Constructs and initializes a Tuple2f from the specified xy coordinates.
- Tuple2f(Tuple2d) - Constructor for class javax.vecmath.Tuple2f
-
Constructs and initializes a Tuple2f from the specified Tuple2d.
- Tuple2f(Tuple2f) - Constructor for class javax.vecmath.Tuple2f
-
Constructs and initializes a Tuple2f from the specified Tuple2f.
- Tuple2i - Class in javax.vecmath
-
A 2-element tuple represented by signed integer x,y
coordinates.
- Tuple2i() - Constructor for class javax.vecmath.Tuple2i
-
Constructs and initializes a Tuple2i to (0,0).
- Tuple2i(int[]) - Constructor for class javax.vecmath.Tuple2i
-
Constructs and initializes a Tuple2i from the array of length 2.
- Tuple2i(int, int) - Constructor for class javax.vecmath.Tuple2i
-
Constructs and initializes a Tuple2i from the specified
x and y coordinates.
- Tuple2i(Tuple2i) - Constructor for class javax.vecmath.Tuple2i
-
Constructs and initializes a Tuple2i from the specified Tuple2i.
- Tuple3b - Class in javax.vecmath
-
A three byte tuple.
- Tuple3b() - Constructor for class javax.vecmath.Tuple3b
-
Constructs and initializes a Tuple3b to (0,0,0).
- Tuple3b(byte[]) - Constructor for class javax.vecmath.Tuple3b
-
Constructs and initializes a Tuple3b from input array of length 3.
- Tuple3b(byte, byte, byte) - Constructor for class javax.vecmath.Tuple3b
-
Constructs and initializes a Tuple3b from the specified three values.
- Tuple3b(Tuple3b) - Constructor for class javax.vecmath.Tuple3b
-
Constructs and initializes a Tuple3b from the specified Tuple3b.
- Tuple3d - Class in javax.vecmath
-
A generic 3-element tuple that is represented by double-precision
floating point x,y,z coordinates.
- Tuple3d() - Constructor for class javax.vecmath.Tuple3d
-
Constructs and initializes a Tuple3d to (0,0,0).
- Tuple3d(double[]) - Constructor for class javax.vecmath.Tuple3d
-
Constructs and initializes a Tuple3d from the array of length 3.
- Tuple3d(double, double, double) - Constructor for class javax.vecmath.Tuple3d
-
Constructs and initializes a Tuple3d from the specified xyz coordinates.
- Tuple3d(Tuple3d) - Constructor for class javax.vecmath.Tuple3d
-
Constructs and initializes a Tuple3d from the specified Tuple3d.
- Tuple3d(Tuple3f) - Constructor for class javax.vecmath.Tuple3d
-
Constructs and initializes a Tuple3d from the specified Tuple3f.
- Tuple3f - Class in javax.vecmath
-
A generic 3-element tuple that is represented by single precision-floating
point x,y,z coordinates.
- Tuple3f() - Constructor for class javax.vecmath.Tuple3f
-
Constructs and initializes a Tuple3f to (0,0,0).
- Tuple3f(float[]) - Constructor for class javax.vecmath.Tuple3f
-
Constructs and initializes a Tuple3f from the array of length 3.
- Tuple3f(float, float, float) - Constructor for class javax.vecmath.Tuple3f
-
Constructs and initializes a Tuple3f from the specified xyz coordinates.
- Tuple3f(Tuple3d) - Constructor for class javax.vecmath.Tuple3f
-
Constructs and initializes a Tuple3f from the specified Tuple3d.
- Tuple3f(Tuple3f) - Constructor for class javax.vecmath.Tuple3f
-
Constructs and initializes a Tuple3f from the specified Tuple3f.
- Tuple3i - Class in javax.vecmath
-
A 3-element tuple represented by signed integer x,y,z
coordinates.
- Tuple3i() - Constructor for class javax.vecmath.Tuple3i
-
Constructs and initializes a Tuple3i to (0,0,0).
- Tuple3i(int[]) - Constructor for class javax.vecmath.Tuple3i
-
Constructs and initializes a Tuple3i from the array of length 3.
- Tuple3i(int, int, int) - Constructor for class javax.vecmath.Tuple3i
-
Constructs and initializes a Tuple3i from the specified
x, y, and z coordinates.
- Tuple3i(Tuple3i) - Constructor for class javax.vecmath.Tuple3i
-
Constructs and initializes a Tuple3i from the specified Tuple3i.
- Tuple4b - Class in javax.vecmath
-
A four byte tuple.
- Tuple4b() - Constructor for class javax.vecmath.Tuple4b
-
Constructs and initializes a Tuple4b to (0,0,0,0).
- Tuple4b(byte[]) - Constructor for class javax.vecmath.Tuple4b
-
Constructs and initializes a Tuple4b from the array of length 4.
- Tuple4b(byte, byte, byte, byte) - Constructor for class javax.vecmath.Tuple4b
-
Constructs and initializes a Tuple4b from the specified four values.
- Tuple4b(Tuple4b) - Constructor for class javax.vecmath.Tuple4b
-
Constructs and initializes a Tuple4b from the specified Tuple4b.
- Tuple4d - Class in javax.vecmath
-
A 4 element tuple represented by double precision floating point
x,y,z,w coordinates.
- Tuple4d() - Constructor for class javax.vecmath.Tuple4d
-
Constructs and initializes a Tuple4d to (0,0,0,0).
- Tuple4d(double[]) - Constructor for class javax.vecmath.Tuple4d
-
Constructs and initializes a Tuple4d from the coordinates contained
in the array.
- Tuple4d(double, double, double, double) - Constructor for class javax.vecmath.Tuple4d
-
Constructs and initializes a Tuple4d from the specified xyzw coordinates.
- Tuple4d(Tuple4d) - Constructor for class javax.vecmath.Tuple4d
-
Constructs and initializes a Tuple4d from the specified Tuple4d.
- Tuple4d(Tuple4f) - Constructor for class javax.vecmath.Tuple4d
-
Constructs and initializes a Tuple4d from the specified Tuple4f.
- Tuple4f - Class in javax.vecmath
-
A 4-element tuple represented by single-precision floating point x,y,z,w
coordinates.
- Tuple4f() - Constructor for class javax.vecmath.Tuple4f
-
Constructs and initializes a Tuple4f to (0,0,0,0).
- Tuple4f(float[]) - Constructor for class javax.vecmath.Tuple4f
-
Constructs and initializes a Tuple4f from the array of length 4.
- Tuple4f(float, float, float, float) - Constructor for class javax.vecmath.Tuple4f
-
Constructs and initializes a Tuple4f from the specified xyzw coordinates.
- Tuple4f(Tuple4d) - Constructor for class javax.vecmath.Tuple4f
-
Constructs and initializes a Tuple4f from the specified Tuple4d.
- Tuple4f(Tuple4f) - Constructor for class javax.vecmath.Tuple4f
-
Constructs and initializes a Tuple4f from the specified Tuple4f.
- Tuple4i - Class in javax.vecmath
-
A 4-element tuple represented by signed integer x,y,z,w
coordinates.
- Tuple4i() - Constructor for class javax.vecmath.Tuple4i
-
Constructs and initializes a Tuple4i to (0,0,0,0).
- Tuple4i(int[]) - Constructor for class javax.vecmath.Tuple4i
-
Constructs and initializes a Tuple4i from the array of length 4.
- Tuple4i(int, int, int, int) - Constructor for class javax.vecmath.Tuple4i
-
Constructs and initializes a Tuple4i from the specified
x, y, z, and w coordinates.
- Tuple4i(Tuple4i) - Constructor for class javax.vecmath.Tuple4i
-
Constructs and initializes a Tuple4i from the specified Tuple4i.