Uses of Class
toxi.geom.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
Modifier and TypeClassDescriptionclass
This class is used as a builder to dynamically construct aParticleString2D
following a given spline path, sampled at a fixed frequency/step distance.