Uses of Class
org.jzy3d.plot3d.primitives.Quad

Packages that use Quad
org.jzy3d.plot3d.primitives Provides 3d primitives that either implement plot3d.rendering.Drawable or plot3d.rendering.Composite3d, and thus provide a draw() and transform() function for the plot3d.rendering.Scene
org.jzy3d.plot3d.primitives.textured   
 

Uses of Quad in org.jzy3d.plot3d.primitives
 

Methods in org.jzy3d.plot3d.primitives that return Quad
protected  Quad FlatLine2d.getLineElement(float x1, float x2, float y1, float y2, float depth)
           
 

Uses of Quad in org.jzy3d.plot3d.primitives.textured
 

Subclasses of Quad in org.jzy3d.plot3d.primitives.textured
 class TranslucentQuad