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

Class Convex

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


    public class Convex
    extends DecoratedCurve
    Defines parametric Epi- and Hypo- Cycloids. Sign of frequ determins Epi:+ and Hypo:- Shows rolling wheel and tangent construction.
    • Constructor Detail

      • Convex

        public Convex()
    • Method Detail

      • xValue

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

        public double yValue(double t)
        Define the y-coordinate function for the curve: y(t) = supportFunction(t)*sin(t) + supportDerivative(t)*cos(t).
        Specified by:
        yValue in class PlaneCurveParametric

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.