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 _

B

b - Variable in class org.jzy3d.colors.Color
 
b - Variable in class org.jzy3d.maths.Pair
b in the pair (a, b)
BarycentreOrderingStrategy - Class in org.jzy3d.plot3d.rendering.ordering
The BarycentreOrderingStrategy compare two AbstractDrawables by computing their respective distances to the Camera, which must be referenced prior to any comparison.
BarycentreOrderingStrategy() - Constructor for class org.jzy3d.plot3d.rendering.ordering.BarycentreOrderingStrategy
 
BEHINDB - Static variable in class org.jzy3d.plot3d.builder.delaunay.jdt.Point_dt
������a---------b���+���
bezcurve - Class in net.letskit.redbook.first
This program uses evaluators to draw a Bezier curve.
bezcurve() - Constructor for class net.letskit.redbook.first.bezcurve
 
bezmesh - Class in net.letskit.redbook.first
This program renders a wireframe (mesh) Bezier surface, using two-dimensional evaluators.
bezmesh() - Constructor for class net.letskit.redbook.first.bezmesh
 
bezsurf - Class in net.letskit.redbook.first
This program renders a wireframe (mesh) Bezier surface, using two-dimensional evaluators.
bezsurf() - Constructor for class net.letskit.redbook.first.bezsurf
 
bgMask - Variable in class org.jzy3d.plot3d.primitives.textured.MaskPair
 
bindTexture() - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
BLACK - Static variable in class org.jzy3d.colors.Color
 
blanks(int) - Static method in class org.jzy3d.maths.Utils
 
blendeqn - Class in net.letskit.redbook.third
Demonstrate the different blending functions available with the OpenGL imaging subset.
blendeqn() - Constructor for class net.letskit.redbook.third.blendeqn
 
BLUE - Static variable in class org.jzy3d.colors.Color
 
BoundingBox - Class in org.jzy3d.plot3d.builder.delaunay.jdt
Created by IntelliJ IDEA.
BoundingBox() - Constructor for class org.jzy3d.plot3d.builder.delaunay.jdt.BoundingBox
Creates an empty bounding box
BoundingBox(BoundingBox) - Constructor for class org.jzy3d.plot3d.builder.delaunay.jdt.BoundingBox
Copy constructor
BoundingBox(double, double, double, double) - Constructor for class org.jzy3d.plot3d.builder.delaunay.jdt.BoundingBox
Creates a bounding box given the extent
BoundingBox(Point_dt, Point_dt) - Constructor for class org.jzy3d.plot3d.builder.delaunay.jdt.BoundingBox
Create a bounding box between lowerLeft and upperRight
BoundingBox2d - Class in org.jzy3d.maths
A BoundingBox2d stores a couple of maximal and minimal limit on each dimension (x, y).
BoundingBox2d() - Constructor for class org.jzy3d.maths.BoundingBox2d
Initialize a BoundingBox by calling its reset method.
BoundingBox2d(List<Coord2d>) - Constructor for class org.jzy3d.maths.BoundingBox2d
 
BoundingBox2d(float, float, float, float) - Constructor for class org.jzy3d.maths.BoundingBox2d
Initialize a BoundingBox with raw values.
BoundingBox3d - Class in org.jzy3d.maths
A BoundingBox3d stores a couple of maximal and minimal limit on each dimension (x, y, and z).
BoundingBox3d() - Constructor for class org.jzy3d.maths.BoundingBox3d
Initialize a BoundingBox by calling its reset method, leaving the box in an inconsitent state, with minimums = Float.MAX_VALUE and maximums = -Float.MAX_VALUE.
BoundingBox3d(List<Coord3d>) - Constructor for class org.jzy3d.maths.BoundingBox3d
 
BoundingBox3d(Polygon) - Constructor for class org.jzy3d.maths.BoundingBox3d
 
BoundingBox3d(Coord3d, float) - Constructor for class org.jzy3d.maths.BoundingBox3d
 
BoundingBox3d(BoundingBox3d) - Constructor for class org.jzy3d.maths.BoundingBox3d
 
BoundingBox3d(float, float, float, float, float, float) - Constructor for class org.jzy3d.maths.BoundingBox3d
Initialize a BoundingBox with raw values.
BoundingSphere2d - Class in org.jzy3d.maths
 
BoundingSphere2d() - Constructor for class org.jzy3d.maths.BoundingSphere2d
 
BoundingSphere2d(Coord2d, float) - Constructor for class org.jzy3d.maths.BoundingSphere2d
 
Bridge - Class in org.jzy3d.bridge.swt
Adapts an AWT component into an SWT container.
Bridge() - Constructor for class org.jzy3d.bridge.swt.Bridge
 
BufferedImageMapper - Class in org.jzy3d.plot3d.builder.concrete
Mapper which reads height information from the grayscale values of a BufferedImage, normalized to range [0..1].
BufferedImageMapper(BufferedImage) - Constructor for class org.jzy3d.plot3d.builder.concrete.BufferedImageMapper
 
BufferedImageTexture - Class in org.jzy3d.plot3d.rendering.textures
 
BufferedImageTexture(BufferedImage) - Constructor for class org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
 
BufferedPanel - Interface in org.jzy3d.bridge
A BufferedPanel provides a common interface for AWT or Swing, and Simple or Double buffered panels.
build(Grid, Mapper, Tesselator) - Static method in class org.jzy3d.plot3d.builder.Builder
 
build(List<Coord3d>, Tesselator) - Static method in class org.jzy3d.plot3d.builder.Builder
 
build(float[], float[], float[], Tesselator) - Static method in class org.jzy3d.plot3d.builder.Builder
 
build(Grid, Mapper, Tessellator) - Static method in class org.jzy3d.plot3d.builder.Builder
 
build(List<Coord3d>, Tessellator) - Static method in class org.jzy3d.plot3d.builder.Builder
 
build(float[], float[], float[], Tessellator) - Static method in class org.jzy3d.plot3d.builder.Builder
 
build(float[], float[], float[]) - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTesselator
 
build(float[], float[], float[]) - Method in class org.jzy3d.plot3d.builder.concrete.RingExtrapolator
 
build(float[], float[], float[]) - Method in class org.jzy3d.plot3d.builder.concrete.RingInterpolator
 
build(List<Coord3d>) - Method in class org.jzy3d.plot3d.builder.concrete.RingTesselator
Deprecated.  
build(List<Coord3d>) - Method in class org.jzy3d.plot3d.builder.Tesselator
 
build(float[], float[], float[]) - Method in class org.jzy3d.plot3d.builder.Tesselator
 
build2d(List<Coord3d>) - Static method in class org.jzy3d.maths.ConvexHull
 
build2d(PolygonArray) - Static method in class org.jzy3d.maths.ConvexHull
 
buildDelaunay(List<Coord3d>) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildDrawable() - Method in class org.jzy3d.plot3d.builder.delaunay.DelaunayTessellator
 
buildDrawable() - Method in interface org.jzy3d.plot3d.builder.Tessellator
 
Builder - Class in org.jzy3d.plot3d.builder
 
Builder() - Constructor for class org.jzy3d.plot3d.builder.Builder
 
buildOrthonormal(OrthonormalGrid, Mapper) - Static method in class org.jzy3d.plot3d.builder.Builder
 

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 _