Package org.jzy3d.plot3d.primitives
package org.jzy3d.plot3d.primitives
-
ClassDescriptionA scatter plot supporting a List
as input. ACompileableComposite
allows storage and subsequent faster execution of individual contained instances drawing routines in an OpenGL display list.This pseudo-drawable will handle drawing outlines (such as polygon border), contour line (lying exactly ON a polygon), or text which position is ON a polygon) that may be coplanar or partially hidden by a collection of polygons.A cube defined by aBoundingBox3d
A cube rendered with OpenGL GLUT.Renders an image at the specified 3d position.Defines an objects that uses resources that should be loaded using an available GL context.Color works as follow: If wireframe color is null (default), uses each point color and performs color interpolation Otherwise apply a uniform wireframe color.Creates an interpolated line to make a smooth 3d curve based on control points.A Parallelepiped is a parallelepiped rectangle that is Drawable and Wireframeable.A composite implementation of a parallelepiped, meaning it can be decomposed into distinct primitive for polygon ordering.A Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.Supports additional settingsA collection of coordinates rendered as dots.A scatter plot supporting a colormap for shading each dot color and alpha.A scatter plot supporting a Listas input. Experimental 3d object.ASimplePolygon
makes the simplest possible GL rendering with especially no: gl.glPolygonMode(GL2.GL_FRONT_AND_BACK, GL2.GL_FILL); gl.glEnable(GL2.GL_POLYGON_OFFSET_FILL);Allows rendering a sphere.A helper to generate drawable surfaces.A polygon made of two triangles with no wireframe on their adjacent side.ATube
may be used to render cylinders or pyramids, according to its input parameters.A drawable Waterfall using Matlab styleAnWireframeable
is aDrawable
that has a wireframe mode for display, i.e. almost all objects exceptPoint
.