Uses of Class
toxi.geom.nurbs.InterpolationException
Packages that use InterpolationException
-
Uses of InterpolationException in toxi.geom.nurbs
Methods in toxi.geom.nurbs that throw InterpolationExceptionModifier and TypeMethodDescriptionstatic NurbsCurveNurbsCreator.globalCurveInterpolation(Vec3D[] points, int degree) Interpolates a NurbCurve form the given Points using a global interpolation technique.static NurbsSurfaceNurbsCreator.globalSurfaceInterpolation(Vec3D[][] points, int uDegrees, int vDegrees) Interpolates a NurbsSurface from the given points using a gloabl interpolation technique.