Serialized Form

  • Package javax.vecmath

    • Class javax.vecmath.AxisAngle4d

      class AxisAngle4d extends Object implements Serializable
      serialVersionUID:
      3644296204459140589L
      • Serialized Fields

        • angle
          double angle
          The angle of rotation in radians.
        • x
          double x
          The x coordinate.
        • y
          double y
          The y coordinate.
        • z
          double z
          The z coordinate.
    • Class javax.vecmath.AxisAngle4f

      class AxisAngle4f extends Object implements Serializable
      serialVersionUID:
      -163246355858070601L
      • Serialized Fields

        • angle
          float angle
          The angle of rotation in radians.
        • x
          float x
          The x coordinate.
        • y
          float y
          The y coordinate.
        • z
          float z
          The z coordinate.
    • Class javax.vecmath.Color3b

      class Color3b extends Tuple3b implements Serializable
      serialVersionUID:
      6632576088353444794L
    • Class javax.vecmath.Color3f

      class Color3f extends Tuple3f implements Serializable
      serialVersionUID:
      -1861792981817493659L
    • Class javax.vecmath.Color4b

      class Color4b extends Tuple4b implements Serializable
      serialVersionUID:
      -105080578052502155L
    • Class javax.vecmath.Color4f

      class Color4f extends Tuple4f implements Serializable
      serialVersionUID:
      8577680141580006740L
    • Class javax.vecmath.GMatrix

      class GMatrix extends Object implements Serializable
      serialVersionUID:
      2777097312029690941L
      • Serialized Fields

        • nCol
          int nCol
        • nRow
          int nRow
        • values
          double[][] values
    • Class javax.vecmath.GVector

      class GVector extends Object implements Serializable
      serialVersionUID:
      1398850036893875112L
      • Serialized Fields

        • length
          int length
        • values
          double[] values
    • Class javax.vecmath.Matrix3d

      class Matrix3d extends Object implements Serializable
      serialVersionUID:
      6837536777072402710L
      • Serialized Fields

        • m00
          double m00
          The first matrix element in the first row.
        • m01
          double m01
          The second matrix element in the first row.
        • m02
          double m02
          The third matrix element in the first row.
        • m10
          double m10
          The first matrix element in the second row.
        • m11
          double m11
          The second matrix element in the second row.
        • m12
          double m12
          The third matrix element in the second row.
        • m20
          double m20
          The first matrix element in the third row.
        • m21
          double m21
          The second matrix element in the third row.
        • m22
          double m22
          The third matrix element in the third row.
    • Class javax.vecmath.Matrix3f

      class Matrix3f extends Object implements Serializable
      serialVersionUID:
      329697160112089834L
      • Serialized Fields

        • m00
          float m00
          The first matrix element in the first row.
        • m01
          float m01
          The second matrix element in the first row.
        • m02
          float m02
          The third matrix element in the first row.
        • m10
          float m10
          The first matrix element in the second row.
        • m11
          float m11
          The second matrix element in the second row.
        • m12
          float m12
          The third matrix element in the second row.
        • m20
          float m20
          The first matrix element in the third row.
        • m21
          float m21
          The second matrix element in the third row.
        • m22
          float m22
          The third matrix element in the third row.
    • Class javax.vecmath.Matrix4d

      class Matrix4d extends Object implements Serializable
      serialVersionUID:
      8223903484171633710L
      • 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
          The 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

      class Matrix4f extends Object implements Serializable
      serialVersionUID:
      -8405036035410109353L
      • 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
          The 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.
    • Exception javax.vecmath.MismatchedSizeException

      class MismatchedSizeException extends RuntimeException implements Serializable
    • Class javax.vecmath.Point2d

      class Point2d extends Tuple2d implements Serializable
      serialVersionUID:
      1133748791492571954L
    • Class javax.vecmath.Point2f

      class Point2f extends Tuple2f implements Serializable
      serialVersionUID:
      -4801347926528714435L
    • Class javax.vecmath.Point2i

      class Point2i extends Tuple2i implements Serializable
      serialVersionUID:
      9208072376494084954L
    • Class javax.vecmath.Point3d

      class Point3d extends Tuple3d implements Serializable
      serialVersionUID:
      5718062286069042927L
    • Class javax.vecmath.Point3f

      class Point3f extends Tuple3f implements Serializable
      serialVersionUID:
      -8689337816398030143L
    • Class javax.vecmath.Point3i

      class Point3i extends Tuple3i implements Serializable
      serialVersionUID:
      6149289077348153921L
    • Class javax.vecmath.Point4d

      class Point4d extends Tuple4d implements Serializable
      serialVersionUID:
      1733471895962736949L
    • Class javax.vecmath.Point4f

      class Point4f extends Tuple4f implements Serializable
      serialVersionUID:
      4643134103185764459L
    • Class javax.vecmath.Point4i

      class Point4i extends Tuple4i implements Serializable
      serialVersionUID:
      620124780244617983L
    • Class javax.vecmath.Quat4d

      class Quat4d extends Tuple4d implements Serializable
      serialVersionUID:
      7577479888820201099L
    • Class javax.vecmath.Quat4f

      class Quat4f extends Tuple4f implements Serializable
      serialVersionUID:
      2675933778405442383L
    • Exception javax.vecmath.SingularMatrixException

      class SingularMatrixException extends RuntimeException implements Serializable
    • Class javax.vecmath.TexCoord2f

      class TexCoord2f extends Tuple2f implements Serializable
      serialVersionUID:
      7998248474800032487L
    • Class javax.vecmath.TexCoord3f

      class TexCoord3f extends Tuple3f implements Serializable
      serialVersionUID:
      -3517736544731446513L
    • Class javax.vecmath.TexCoord4f

      class TexCoord4f extends Tuple4f implements Serializable
      serialVersionUID:
      -3517736544731446513L
    • Class javax.vecmath.Tuple2d

      class Tuple2d extends Object implements Serializable
      serialVersionUID:
      6205762482756093838L
      • Serialized Fields

        • x
          double x
          The x coordinate.
        • y
          double y
          The y coordinate.
    • Class javax.vecmath.Tuple2f

      class Tuple2f extends Object implements Serializable
      serialVersionUID:
      9011180388985266884L
      • Serialized Fields

        • x
          float x
          The x coordinate.
        • y
          float y
          The y coordinate.
    • Class javax.vecmath.Tuple2i

      class Tuple2i extends Object implements Serializable
      serialVersionUID:
      -3555701650170169638L
      • Serialized Fields

        • x
          int x
          The x coordinate.
        • y
          int y
          The y coordinate.
    • Class javax.vecmath.Tuple3b

      class Tuple3b extends Object implements Serializable
      serialVersionUID:
      -483782685323607044L
      • Serialized Fields

        • x
          byte x
          The first value.
        • y
          byte y
          The second value.
        • z
          byte z
          The third value.
    • Class javax.vecmath.Tuple3d

      class Tuple3d extends Object implements Serializable
      serialVersionUID:
      5542096614926168415L
      • Serialized Fields

        • x
          double x
          The x coordinate.
        • y
          double y
          The y coordinate.
        • z
          double z
          The z coordinate.
    • Class javax.vecmath.Tuple3f

      class Tuple3f extends Object implements Serializable
      serialVersionUID:
      5019834619484343712L
      • Serialized Fields

        • x
          float x
          The x coordinate.
        • y
          float y
          The y coordinate.
        • z
          float z
          The z coordinate.
    • Class javax.vecmath.Tuple3i

      class Tuple3i extends Object implements Serializable
      serialVersionUID:
      -732740491767276200L
      • Serialized Fields

        • x
          int x
          The x coordinate.
        • y
          int y
          The y coordinate.
        • z
          int z
          The z coordinate.
    • Class javax.vecmath.Tuple4b

      class Tuple4b extends Object implements Serializable
      serialVersionUID:
      -8226727741811898211L
      • 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

      class Tuple4d extends Object implements Serializable
      serialVersionUID:
      -4748953690425311052L
      • 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

      class Tuple4f extends Object implements Serializable
      serialVersionUID:
      7068460319248845763L
      • 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

      class Tuple4i extends Object implements Serializable
      serialVersionUID:
      8064614250942616720L
      • 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

      class Vector2d extends Tuple2d implements Serializable
      serialVersionUID:
      8572646365302599857L
    • Class javax.vecmath.Vector2f

      class Vector2f extends Tuple2f implements Serializable
      serialVersionUID:
      -2168194326883512320L
    • Class javax.vecmath.Vector3d

      class Vector3d extends Tuple3d implements Serializable
      serialVersionUID:
      3761969948420550442L
    • Class javax.vecmath.Vector3f

      class Vector3f extends Tuple3f implements Serializable
      serialVersionUID:
      -7031930069184524614L
    • Class javax.vecmath.Vector4d

      class Vector4d extends Tuple4d implements Serializable
      serialVersionUID:
      3938123424117448700L
    • Class javax.vecmath.Vector4f

      class Vector4f extends Tuple4f implements Serializable
      serialVersionUID:
      8749319902347760659L