- QUAD_ARRAY - Static variable in class org.jogamp.java3d.utils.geometry.GeometryInfo
-
Send to the constructor to inform that the data will be arranged so
that each set of four vertices form an independent quad
- QuadArray - Class in org.jogamp.java3d
-
The QuadArray object draws the array of vertices as individual
quadrilaterals.
- QuadArray(int, int) - Constructor for class org.jogamp.java3d.QuadArray
-
Constructs an empty QuadArray object using the specified
parameters.
- QuadArray(int, int, int, int[]) - Constructor for class org.jogamp.java3d.QuadArray
-
Constructs an empty QuadArray object using the specified
parameters.
- QuadArray(int, int, int, int[], int, int[]) - Constructor for class org.jogamp.java3d.QuadArray
-
Constructs an empty QuadArray object using the specified
parameters.
- QuadArrayState - Class in org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d
-
- QuadArrayState(SymbolTableData, Controller) - Constructor for class org.jogamp.java3d.utils.scenegraph.io.state.org.jogamp.java3d.QuadArrayState
-
- quadraticAttenuation - Variable in class org.jogamp.java3d.Jogl2es2Context.glLightSource
-
- quadraticAttenuation - Variable in class org.jogamp.java3d.Jogl2es2Context.glLightSourceLocs
-
- quat - Variable in class org.jogamp.java3d.utils.behaviors.interpolators.TCBKeyFrame
-
- 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).
- QueryProperties - Class in org.jdesktop.j3d.examples.package_info
-
- QueryProperties() - Constructor for class org.jdesktop.j3d.examples.package_info.QueryProperties
-
Creates new form QueryProperties
- queryProperties() - Method in class org.jogamp.java3d.Canvas3D
-
Returns a read-only Map object containing key-value pairs that define
various properties for this Canvas3D.