This commit is contained in:
adrianVmariano 2024-11-04 06:17:44 -05:00 committed by GitHub
commit c4332a102d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 // 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