Uses of Class
toxi.geom.nurbs.ControlNet
-
Uses of ControlNet in toxi.geom.nurbs
Modifier and TypeMethodDescriptionBasicNurbsSurface.getControlNet()
NurbsSurface.getControlNet()
Get the Contol points of the NurbsSurfaceModifierConstructorDescriptionBasicNurbsSurface
(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.