Serialized Form
-
Package javax.vecmath
-
Class javax.vecmath.AxisAngle4d extends java.lang.Object implements Serializable
-
Serialized Fields
-
angle
double angle
The angle. -
x
double x
The x coordinate. -
y
double y
The y coordinate. -
z
double z
The z coordinate.
-
-
-
Class javax.vecmath.AxisAngle4f extends java.lang.Object implements Serializable
-
Serialized Fields
-
angle
float angle
The angle. -
x
float x
The x coordinate. -
y
float y
The y coordinate. -
z
float z
The z coordinate.
-
-
-
Class javax.vecmath.Color3b extends Tuple3b implements Serializable
-
Class javax.vecmath.Color3f extends Tuple3f implements Serializable
-
Class javax.vecmath.Color4b extends Tuple4b implements Serializable
-
Class javax.vecmath.Color4f extends Tuple4f implements Serializable
-
Class javax.vecmath.GMatrix extends java.lang.Object implements Serializable
-
Serialized Fields
-
elementData
double[] elementData
The data of the GMatrix.(1D array. The (i,j) element is stored in elementData[i*nCol + j]) -
nCol
int nCol
The number of columns in this matrix. -
nRow
int nRow
The number of rows in this matrix.
-
-
-
Class javax.vecmath.GVector extends java.lang.Object implements Serializable
-
Serialized Fields
-
elementCount
int elementCount
-
elementData
double[] elementData
-
-
-
Class javax.vecmath.Matrix3d extends java.lang.Object implements Serializable
-
Serialized Fields
-
m00
double m00
The first element of the first row. -
m01
double m01
The second element of the first row. -
m02
double m02
third element of the first row. -
m10
double m10
The first element of the second row. -
m11
double m11
The second element of the second row. -
m12
double m12
The third element of the second row. -
m20
double m20
The first element of the third row. -
m21
double m21
The second element of the third row. -
m22
double m22
The third element of the third row.
-
-
-
Class javax.vecmath.Matrix3f extends java.lang.Object implements Serializable
-
Serialized Fields
-
m00
float m00
The first element of the first row. -
m01
float m01
The second element of the first row. -
m02
float m02
third element of the first row. -
m10
float m10
The first element of the second row. -
m11
float m11
The second element of the second row. -
m12
float m12
The third element of the second row. -
m20
float m20
The first element of the third row. -
m21
float m21
The second element of the third row. -
m22
float m22
The third element of the third row.
-
-
-
Class javax.vecmath.Matrix4d extends java.lang.Object implements Serializable
-
Serialized Fields
-
m00
double m00
The first element of the first row. -
m01
double m01
The second element of the first row. -
m02
double m02
third element of the first row. -
m03
double m03
The fourth element of the first row. -
m10
double m10
The first element of the second row. -
m11
double m11
The second element of the second row. -
m12
double m12
The third element of the second row. -
m13
double m13
The fourth element of the second row. -
m20
double m20
The first element of the third row. -
m21
double m21
The second element of the third row. -
m22
double m22
The third element of the third row. -
m23
double m23
The fourth element of the third row. -
m30
double m30
The first element of the fourth row. -
m31
double m31
The second element of the fourth row. -
m32
double m32
The third element of the fourth row. -
m33
double m33
The fourth element of the fourth row.
-
-
-
Class javax.vecmath.Matrix4f extends java.lang.Object implements Serializable
-
Serialized Fields
-
m00
float m00
The first element of the first row. -
m01
float m01
The second element of the first row. -
m02
float m02
third element of the first row. -
m03
float m03
The fourth element of the first row. -
m10
float m10
The first element of the second row. -
m11
float m11
The second element of the second row. -
m12
float m12
The third element of the second row. -
m13
float m13
The fourth element of the second row. -
m20
float m20
The first element of the third row. -
m21
float m21
The second element of the third row. -
m22
float m22
The third element of the third row. -
m23
float m23
The fourth element of the third row. -
m30
float m30
The first element of the fourth row. -
m31
float m31
The second element of the fourth row. -
m32
float m32
The third element of the fourth row. -
m33
float m33
The fourth element of the fourth row.
-
-
-
Class javax.vecmath.MismatchedSizeException extends java.lang.RuntimeException implements Serializable
-
Class javax.vecmath.Point2d extends Tuple2d implements Serializable
-
Class javax.vecmath.Point2f extends Tuple2f implements Serializable
-
Class javax.vecmath.Point3d extends Tuple3d implements Serializable
-
Class javax.vecmath.Point3f extends Tuple3f implements Serializable
-
Class javax.vecmath.Point3i extends Tuple3i implements Serializable
-
Class javax.vecmath.Point4d extends Tuple4d implements Serializable
-
Class javax.vecmath.Point4f extends Tuple4f implements Serializable
-
Class javax.vecmath.Point4i extends Tuple4i implements Serializable
-
Class javax.vecmath.Quat4d extends Tuple4d implements Serializable
-
Class javax.vecmath.Quat4f extends Tuple4f implements Serializable
-
Class javax.vecmath.SingularMatrixException extends java.lang.RuntimeException implements Serializable
-
Class javax.vecmath.TexCoord2f extends Tuple2f implements Serializable
-
Class javax.vecmath.TexCoord3f extends Tuple3f implements Serializable
-
Class javax.vecmath.Tuple2d extends java.lang.Object implements Serializable
-
Serialized Fields
-
x
double x
The x coordinate. -
y
double y
The y coordinate.
-
-
-
Class javax.vecmath.Tuple2f extends java.lang.Object implements Serializable
-
Serialized Fields
-
x
float x
The x coordinate. -
y
float y
The y coordinate.
-
-
-
Class javax.vecmath.Tuple3b extends java.lang.Object implements Serializable
-
Serialized Fields
-
x
byte x
The first value. -
y
byte y
The second value. -
z
byte z
The third value.
-
-
-
Class javax.vecmath.Tuple3d extends java.lang.Object implements Serializable
-
Serialized Fields
-
x
double x
The x coordinate. -
y
double y
The y coordinate. -
z
double z
The z coordinate.
-
-
-
Class javax.vecmath.Tuple3f extends java.lang.Object implements Serializable
-
Serialized Fields
-
x
float x
The x coordinate. -
y
float y
The y coordinate. -
z
float z
The z coordinate.
-
-
-
Class javax.vecmath.Tuple3i extends java.lang.Object implements Serializable
-
Serialized Fields
-
x
int x
The x coordinate. -
y
int y
The y coordinate. -
z
int z
The z coordinate.
-
-
-
Class javax.vecmath.Tuple4b extends java.lang.Object implements Serializable
-
Serialized Fields
-
w
byte w
The fourth value. -
x
byte x
The first value. -
y
byte y
The second value. -
z
byte z
The third value.
-
-
-
Class javax.vecmath.Tuple4d extends java.lang.Object implements Serializable
-
Serialized Fields
-
w
double w
The w coordinate. -
x
double x
The x coordinate. -
y
double y
The y coordinate. -
z
double z
The z coordinate.
-
-
-
Class javax.vecmath.Tuple4f extends java.lang.Object implements Serializable
-
Serialized Fields
-
w
float w
The w coordinate. -
x
float x
The x coordinate. -
y
float y
The y coordinate. -
z
float z
The z coordinate.
-
-
-
Class javax.vecmath.Tuple4i extends java.lang.Object implements Serializable
-
Serialized Fields
-
w
int w
The w coordinate. -
x
int x
The x coordinate. -
y
int y
The y coordinate. -
z
int z
The z coordinate.
-
-
-
Class javax.vecmath.Vector2d extends Tuple2d implements Serializable
-
Class javax.vecmath.Vector2f extends Tuple2f implements Serializable
-
Class javax.vecmath.Vector3d extends Tuple3d implements Serializable
-
Class javax.vecmath.Vector3f extends Tuple3f implements Serializable
-
Class javax.vecmath.Vector4d extends Tuple4d implements Serializable
-
Class javax.vecmath.Vector4f extends Tuple4f implements Serializable
-