mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
doc fix
This commit is contained in:
parent
fbcf8b02b7
commit
ffd80c29f2
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ function bezier_segment_length(curve, start_u=0, end_u=1, max_deflect=0.01) =
|
|||
|
||||
|
||||
// Function: bezier_line_intersection()
|
||||
// Usages:
|
||||
// Usage:
|
||||
// u = bezier_line_intersection(curve, line);
|
||||
// Description:
|
||||
// Finds the parameter(s) of the 2d curve whose Bezier control points are `curve`
|
||||
|
|
Loading…
Reference in a new issue