Uses of Class
artofillusion.object.Curve

Packages that use Curve
artofillusion.object   
 

Uses of Curve in artofillusion.object
 

Subclasses of Curve in artofillusion.object
 class Tube
          Tube represents a "thick" curve.
 

Methods in artofillusion.object that return Curve
 Curve Curve.subdivideCurve()
          Return a new Curve object which has been subdivided once to give a finer approximation of the curve shape.
 Curve Curve.subdivideCurve(int times)
          Return a new Curve object which has been subdivided the specified number of times to give a finer approximation of the curve shape.
 

Constructors in artofillusion.object with parameters of type Curve
Curve.CurveKeyframe(Curve curve)
           
Tube(Curve c, double[] thickness, int endsStyle)
          Create a tube based on a Curve.
 



Copyright © 1999-2011 by Peter Eastman.