Using geometry algorithm to evaluate Non-Uniform Rational B-Spline(NURBS) curves and surface. Including knot insertion, removal,refinement,... of curves and surfaces.You can easily call functions of NURBS in blueprints to visualize the curves and surfaces in a level. Specifically, the NURBS surfaces are visualized by using procedural mesh component.And all these curves and surfaces can be edit in real time. All algorithms of NURBS are referenced "The NURBS Book". You can use these curves and surface in your papers or research.
Technical Details:
• NURBS (Non-Uniform Rational B-Splines) algorithms from “The NURBS Book”.
• C++ object-oriented for all basic classes.
• Procedural NURBS curves and surfaces.
• Visualizes important features of NURBS.






Technical Details:
• NURBS (Non-Uniform Rational B-Splines) algorithms from “The NURBS Book”.
• C++ object-oriented for all basic classes.
• Procedural NURBS curves and surfaces.
• Visualizes important features of NURBS.
Comment