org.jzy3d.maths.parameq
Class ParametricHelix

java.lang.Object
  extended by org.jzy3d.maths.parameq.ParametricEquation
      extended by org.jzy3d.maths.parameq.ParametricHelix

public class ParametricHelix
extends ParametricEquation


Field Summary
protected  double a
           
protected  double b
           
 
Constructor Summary
ParametricHelix(double a, double b)
           
 
Method Summary
 Coord3d apply(double t)
           
 
Methods inherited from class org.jzy3d.maths.parameq.ParametricEquation
apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

protected double a

b

protected double b
Constructor Detail

ParametricHelix

public ParametricHelix(double a,
                       double b)
Method Detail

apply

public Coord3d apply(double t)
Specified by:
apply in class ParametricEquation


Copyright © 2013. All rights reserved.