Documentation of 'org.jzy3d.maths.parameq.ParametricEquation2' Java class
ParametricEquation2
org.jzy3d.maths.parameq

Class ParametricEquation2

  • Direct Known Subclasses:
    ParametricTorus


    public abstract class ParametricEquation2
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      abstract Coord3d apply(double t, double u) 
      java.util.List<Coord3d> apply(double tmin, double tmax, int tsteps, double umin, double umax, int usteps) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParametricEquation2

        public ParametricEquation2()
    • Method Detail

      • apply

        public java.util.List<Coord3d> apply(double tmin,
                                             double tmax,
                                             int tsteps,
                                             double umin,
                                             double umax,
                                             int usteps)
      • apply

        public abstract Coord3d apply(double t,
                                      double u)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.