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