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

Class Deltoid

    • Constructor Detail

      • Deltoid

        public Deltoid()
    • Method Detail

      • xValue

        public double xValue(double t)
        Define the x-coordinate function x(t) = 2*cos(t)+cos(2*t) for the curve.
        Specified by:
        xValue in class PlaneCurveParametric
      • yValue

        public double yValue(double t)
        Define the y-coordinate function y(t) = (2*sin(t)-sin(2*t)) for the curve.
        Specified by:
        yValue in class PlaneCurveParametric
      • xDerivativeValue

        public double xDerivativeValue(double t)
        Override the numerical differentiation xValue(t). Returns -2*sin(t)-2*sin(2*t).
        Overrides:
        xDerivativeValue in class PlaneCurveParametric
      • yDerivativeValue

        public double yDerivativeValue(double t)
        Override the numerical differentiation yValue(t). Returns 2*cos(t)-2*cos(2*t).
        Overrides:
        yDerivativeValue in class PlaneCurveParametric

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.