Uses of Class
toxi.geom.Spline2D

Packages that use Spline2D
toxi.geom   
 

Uses of Spline2D in toxi.geom
 

Methods in toxi.geom that return Spline2D
 Spline2D Spline2D.add(float x, float y)
           
 Spline2D Spline2D.add(ReadonlyVec2D p)
          Adds the given point to the list of control points.
 Spline2D Spline2D.setPointList(java.util.List<Vec2D> plist)
          Overrides the current control points with the given list.
 Spline2D Spline2D.setTightness(float tightness)
          Sets the tightness for future curve interpolation calls.