Uses of Class
toxi.geom.nurbs.ControlNet
Packages that use ControlNet
-
Uses of ControlNet in toxi.geom.nurbs
Methods in toxi.geom.nurbs that return ControlNetModifier and TypeMethodDescriptionBasicNurbsSurface.getControlNet()
NurbsSurface.getControlNet()
Get the Contol points of the NurbsSurfaceConstructors in toxi.geom.nurbs with parameters of type ControlNetModifierConstructorDescriptionBasicNurbsSurface
(ControlNet cps, float[] uK, float[] vK, int p, int q) Create a Nurbs Surface from the givenControlNet
and the knot values of degree p in u direction and of degree q in v direction.BasicNurbsSurface
(ControlNet net, KnotVector u, KnotVector v) Create a Nurbs form the Controlnet and the two Knot vectors.