Uses of Class
toxi.geom.nurbs.KnotVector
Packages that use KnotVector
-
Uses of KnotVector in toxi.geom.nurbs
Methods in toxi.geom.nurbs that return KnotVectorModifier and TypeMethodDescriptionBasicNurbsCurve.getKnotVector()
NurbsCurve.getKnotVector()
BasicNurbsSurface.getUKnotVector()
NurbsSurface.getUKnotVector()
BasicNurbsSurface.getVKnotVector()
NurbsSurface.getVKnotVector()
Constructors in toxi.geom.nurbs with parameters of type KnotVectorModifierConstructorDescriptionBasicNurbsCurve
(Vec4D[] cps, KnotVector uKnots) Generate a Nurbs from the given Controlpoints and the given Knotvector.
[TODO validate input]BasicNurbsSurface
(ControlNet net, KnotVector u, KnotVector v) Create a Nurbs form the Controlnet and the two Knot vectors.