fix nurbs file header

This commit is contained in:
Adrian Mariano 2024-11-04 06:17:11 -05:00
parent f844a7c479
commit 6db39553e1

View file

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////
// LibFile: beziers.scad
// LibFile: nurbs.scad
// B-Splines and Non-uniform Rational B-Splines (NURBS) are a way to represent smooth curves and smoothly curving
// surfaces with a set of control points. The curve or surface is defined by
// the control points and a set of "knot" points. The NURBS can be "clamped" in which case the curve passes through