Uses of Class
toxi.geom.Spline3D
-
Uses of Spline3D in toxi.geom
Modifier and TypeMethodDescriptionSpline3D.add
(float x, float y, float z) Spline3D.add
(ReadonlyVec3D p) Adds the given point to the list of control points.Spline3D.setPointList
(List<Vec3D> plist) Overrides the current control points with the given list.Spline3D.setTightness
(float tightness) Sets the tightness for future curve interpolation calls. -
Uses of Spline3D in toxi.physics3d
Modifier and TypeClassDescriptionclass
This class is used as a builder to dynamically construct aParticleString3D
following a given spline path, sampled at a fixed frequency/step distance.