Uses of Class
toxi.geom.Spline3D
Packages that use 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
Subclasses of Spline3D in toxi.physics3dModifier and TypeClassDescriptionclassThis class is used as a builder to dynamically construct aParticleString3Dfollowing a given spline path, sampled at a fixed frequency/step distance.