Uses of Class
toxi.geom.nurbs.InterpolationException
-
Uses of InterpolationException in toxi.geom.nurbs
Modifier and TypeMethodDescriptionstatic NurbsCurve
NurbsCreator.globalCurveInterpolation
(Vec3D[] points, int degree) Interpolates a NurbCurve form the given Points using a global interpolation technique.static NurbsSurface
NurbsCreator.globalSurfaceInterpolation
(Vec3D[][] points, int uDegrees, int vDegrees) Interpolates a NurbsSurface from the given points using a gloabl interpolation technique.