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 ColorMapperprotected Colorprotected RingTessellatorprotected float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(float[] x, float[] y, float[] z) voidextrapolate(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, validZMethods 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:
buildin 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
-