A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Q

Quad - Class in org.jzy3d.plot3d.primitives
A Quad extends a Polygon in order to provide a specific draw() method that relies on a dedicated GL2 call (GL_QUADS), and to ensure the number of points is never greater than 4.
Quad() - Constructor for class org.jzy3d.plot3d.primitives.Quad
Initializes an empty Quad with face status defaulting to true, and wireframe status defaulting to false.
quadColor - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
quadIsHidden - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
quads - Variable in class org.jzy3d.plot3d.primitives.CompositeParallelepiped
 
quads - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
quadx - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
quady - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
quadz - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
Quality - Class in org.jzy3d.plot3d.rendering.canvas
Provides a structure for setting the rendering quality, i.e., the tradeoff between computation speed, and graphic quality.
Quality(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jzy3d.plot3d.rendering.canvas.Quality
Initialize a Quality configuration for a View.
quality - Variable in class org.jzy3d.plot3d.rendering.view.View
 
quantile(double[], double[], boolean) - Static method in class org.jzy3d.maths.Statistics
Computes the quantiles of an array of doubles.
quantile(double[], double[]) - Static method in class org.jzy3d.maths.Statistics
A convenient shortcut for: quantile(values, levels, true);
quantizeMatrix(double[][], double[]) - Method in class org.jzy3d.contour.AbstractContourGenerator
Force the input matrix to have the minimum bigger value of the user provided sortedLevels list
quantizeMatrix(double[][], double, double, int) - Method in class org.jzy3d.contour.AbstractContourGenerator
Force the input matrix to have values rounded to one of the N steps in the range [min;max].
queryLazyLightInit() - Method in class org.jzy3d.plot3d.rendering.lights.LightSet
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _