mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-15 08:59:40 +00:00
Merge 6db39553e1
into 73a8033316
This commit is contained in:
commit
c4332a102d
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
|
||||
// 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
|
||||
|
|
Loading…
Reference in a new issue