Uses of Class
toxi.geom.nurbs.KnotVector
-
Uses of KnotVector in toxi.geom.nurbs
Modifier and TypeMethodDescriptionBasicNurbsCurve.getKnotVector()
NurbsCurve.getKnotVector()
BasicNurbsSurface.getUKnotVector()
NurbsSurface.getUKnotVector()
BasicNurbsSurface.getVKnotVector()
NurbsSurface.getVKnotVector()
ModifierConstructorDescriptionBasicNurbsCurve
(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.