Uses of Class
toxi.geom.Spline2D
Packages that use Spline2D
-
Uses of Spline2D in toxi.geom
Modifier and TypeMethodDescriptionSpline2D.add(float x, float y) Spline2D.add(ReadonlyVec2D p) Adds a copy of the given point to the list of control points.Spline2D.setPointList(List<Vec2D> plist) Overrides the current control points with the given list.Spline2D.setTightness(float tightness) Sets the tightness for future curve interpolation calls. -
Uses of Spline2D in toxi.physics2d
Subclasses of Spline2D in toxi.physics2dModifier and TypeClassDescriptionclassThis class is used as a builder to dynamically construct aParticleString2Dfollowing a given spline path, sampled at a fixed frequency/step distance.