From 6db39553e1feae1610278a506b2c70860bc71c69 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Mon, 4 Nov 2024 06:17:11 -0500 Subject: [PATCH] fix nurbs file header --- nurbs.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nurbs.scad b/nurbs.scad index 78e4390..5d14845 100644 --- a/nurbs.scad +++ b/nurbs.scad @@ -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