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

Class Lissajous

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


    public class Lissajous
    extends PlaneCurveParametric
    Defines a Lissajous curve as a parametric plane curve. The two amplitudes, frequencies, and a phase of the curve are parameters that can be set by the user. By default, the curve has amplitudes 2 and 2, frequencies 3 and 5, and phase 0 and is defined on the intervale [0,2pi].
    • Constructor Detail

      • Lissajous

        public Lissajous()
    • Method Detail

      • xValue

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

        public double yValue(double t)
        Define the y-coordinate function for the curve.
        Specified by:
        yValue in class PlaneCurveParametric

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.