mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
fix nurbs file header
This commit is contained in:
parent
f844a7c479
commit
6db39553e1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
// 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
|
// 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
|
// the control points and a set of "knot" points. The NURBS can be "clamped" in which case the curve passes through
|
||||||
|
|
Loading…
Reference in a new issue