org.jzy3d.maths.parameq
Class ParametricTorus

java.lang.Object
  extended by org.jzy3d.maths.parameq.ParametricEquation2
      extended by org.jzy3d.maths.parameq.ParametricTorus

public class ParametricTorus
extends ParametricEquation2


Field Summary
protected  double r
           
protected  double R
           
 
Constructor Summary
ParametricTorus(double R, double r)
           
 
Method Summary
 Coord3d apply(double t, double u)
           
 
Methods inherited from class org.jzy3d.maths.parameq.ParametricEquation2
apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

R

protected double R

r

protected double r
Constructor Detail

ParametricTorus

public ParametricTorus(double R,
                       double r)
Method Detail

apply

public Coord3d apply(double t,
                     double u)
Specified by:
apply in class ParametricEquation2


Copyright © 2013. All rights reserved.