Documentation of 'org.jzy3d.plot3d.builder.Mapper' Java class
Mapper
org.jzy3d.plot3d.builder

Class Mapper

    • Constructor Detail

      • Mapper

        public Mapper()
    • Method Detail

      • f

        public abstract double f(double x,
                                 double y)
      • remap

        public void remap(AbstractComposite shape)
        Update the shape by remapping its polygon points' z coordinate according to f(x,y)
      • remapPolygon

        public void remapPolygon(Polygon p)
      • f

        public double[] f(double[] x,
                          double[] y)
      • f

        public double[] f(double[][] xy)
      • fAsFloat

        public float[] fAsFloat(double[] x,
                                double[] y)
      • fAsFloat

        public float[] fAsFloat(float[] x,
                                float[] y)
      • fAsFloat

        public float[] fAsFloat(double[][] xy)
      • fAsFloat

        public float[] fAsFloat(float[][] xy)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.