Class RingExtrapolator
java.lang.Object
org.jzy3d.plot3d.builder.Tessellator
org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
org.jzy3d.plot3d.builder.concrete.RingExtrapolator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ColorMapper
protected Color
protected RingTessellator
protected float
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild
(float[] x, float[] y, float[] z) void
extrapolate
(int n) Add extrapolated points on the grid.Methods inherited from class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
find, getEstimatedQuadSurroundingPoint, getRealQuadStandingOnPoint, getSquarePolygonsAroundCoordinates, getSquarePolygonsAroundCoordinates, getSquarePolygonsOnCoordinates, getSquarePolygonsOnCoordinates, newQuad, setData, unique, validZ, validZ
Methods inherited from class org.jzy3d.plot3d.builder.Tessellator
build
-
Field Details
-
ringMax
protected float ringMax -
cmap
-
factor
-
interpolator
-
-
Constructor Details
-
RingExtrapolator
-
-
Method Details
-
build
- Overrides:
build
in classOrthonormalTessellator
-
getExtrapolatedRingPolygons
-
extrapolate
public void extrapolate(int n) Add extrapolated points on the grid. If the grid is too small for extrapolation, the arrays are maximized
-