Documentation of 'vmm3d.planecurve.parametric.Ellipse' Java class
Ellipse
vmm3d.planecurve.parametric

Class Ellipse

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.ChangeListener, Decorateable, Parameterizable


    public class Ellipse
    extends ConicSection
    An ellipse, represented as a parametric plane curve. The ellipse is given by the parametric equations (a*cos(t),b*sin(t)), where a and b are the semi-axes of the ellipse, for t between 0 and 2*pi.
    • Constructor Detail

      • Ellipse

        public Ellipse()
        Construct an Ellipse that is centered at the origin and initially has vertical "radius" 2 and horizontal "radius" 3. The radii are animateable parameters of the exhibit. The default animation start and end values are 1 and 3 for the vertical radius and 5 and 1 for the horizontal radius.
    • Method Detail

      • xDerivativeValue

        public double xDerivativeValue(double t)
        Description copied from class: PlaneCurveParametric
        Computes x'(t) for a given value of t. The default version defined in this class computes an approximate value numerically, using values of the function itself at points near t.
        Overrides:
        xDerivativeValue in class PlaneCurveParametric
      • yDerivativeValue

        public double yDerivativeValue(double t)
        Description copied from class: PlaneCurveParametric
        Computes y'(t) for a given value of t. The default version defined in this class computes an approximate value numerically, using values of the function itself at points near t.
        Overrides:
        yDerivativeValue in class PlaneCurveParametric
      • x2ndDerivativeValue

        public double x2ndDerivativeValue(double t)
        Description copied from class: PlaneCurveParametric
        Computes x''(t) for a given value of t. The default version defined in this class computes an approximate value numerically, using values of the function itself at points near t.
        Overrides:
        x2ndDerivativeValue in class PlaneCurveParametric
      • y2ndDerivativeValue

        public double y2ndDerivativeValue(double t)
        Description copied from class: PlaneCurveParametric
        Computes y''(t) for a given value of t. The default version defined in this class computes an approximate value numerically, using values of the function itself at points near t.
        Overrides:
        y2ndDerivativeValue in class PlaneCurveParametric

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.