Class ParametricAbcd

java.lang.Object
org.jzy3d.maths.parameq.ParametricEquation
org.jzy3d.maths.parameq.ParametricAbcd

public class ParametricAbcd extends ParametricEquation
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected double
     
    protected double
     
    protected double
     
    protected double
     
    protected double
     
    protected double
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ParametricAbcd(double a, double b, double c, double d, double j, double k)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(double t)
     

    Methods inherited from class org.jzy3d.maths.parameq.ParametricEquation

    apply

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • a

      protected double a
    • b

      protected double b
    • c

      protected double c
    • d

      protected double d
    • j

      protected double j
    • k

      protected double k
  • Constructor Details

    • ParametricAbcd

      public ParametricAbcd(double a, double b, double c, double d, double j, double k)
  • Method Details