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

Class Circle

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


    public class Circle
    extends DecoratedCurve
    A circle, given as a parametric plane curve.
    • Constructor Detail

      • Circle

        public Circle()
        Construct a circle of radius 3, centered at the origin. The radius is an animateable parameter with default animation start and end values 1 and 5. The circle is given by the parametric equations (radius*cos(t),radius*sin(t)), for t between 0 and 2*pi.
    • 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.