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 GL 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.
quadric - Class in net.letskit.redbook.third
This program demonstrates the use of some of the gluQuadric* routines.
quadric() - Constructor for class net.letskit.redbook.third.quadric
 
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.
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);

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 _