- Quat4d - Class in org.jogamp.vecmath
-
A 4-element quaternion represented by double precision floating
point x,y,z,w coordinates.
- Quat4d(double, double, double, double) - Constructor for class org.jogamp.vecmath.Quat4d
-
Constructs and initializes a Quat4d from the specified xyzw coordinates.
- Quat4d(double[]) - Constructor for class org.jogamp.vecmath.Quat4d
-
Constructs and initializes a Quat4d from the array of length 4.
- Quat4d(Quat4d) - Constructor for class org.jogamp.vecmath.Quat4d
-
Constructs and initializes a Quat4d from the specified Quat4d.
- Quat4d(Quat4f) - Constructor for class org.jogamp.vecmath.Quat4d
-
Constructs and initializes a Quat4d from the specified Quat4f.
- Quat4d(Tuple4f) - Constructor for class org.jogamp.vecmath.Quat4d
-
Constructs and initializes a Quat4d from the specified Tuple4f.
- Quat4d(Tuple4d) - Constructor for class org.jogamp.vecmath.Quat4d
-
Constructs and initializes a Quat4d from the specified Tuple4d.
- Quat4d() - Constructor for class org.jogamp.vecmath.Quat4d
-
Constructs and initializes a Quat4d to (0,0,0,0).
- Quat4f - Class in org.jogamp.vecmath
-
A 4 element unit quaternion represented by single precision floating
point x,y,z,w coordinates.
- Quat4f(float, float, float, float) - Constructor for class org.jogamp.vecmath.Quat4f
-
Constructs and initializes a Quat4f from the specified xyzw coordinates.
- Quat4f(float[]) - Constructor for class org.jogamp.vecmath.Quat4f
-
Constructs and initializes a Quat4f from the array of length 4.
- Quat4f(Quat4f) - Constructor for class org.jogamp.vecmath.Quat4f
-
Constructs and initializes a Quat4f from the specified Quat4f.
- Quat4f(Quat4d) - Constructor for class org.jogamp.vecmath.Quat4f
-
Constructs and initializes a Quat4f from the specified Quat4d.
- Quat4f(Tuple4f) - Constructor for class org.jogamp.vecmath.Quat4f
-
Constructs and initializes a Quat4f from the specified Tuple4f.
- Quat4f(Tuple4d) - Constructor for class org.jogamp.vecmath.Quat4f
-
Constructs and initializes a Quat4f from the specified Tuple4d.
- Quat4f() - Constructor for class org.jogamp.vecmath.Quat4f
-
Constructs and initializes a Quat4f to (0.0,0.0,0.0,0.0).