mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-15 18:24:21 +02:00
Fix short taper bug for spiral_sweep()
Doc fixes
This commit is contained in:
@@ -101,7 +101,7 @@ function lerp(a,b,u) =
|
||||
// Description:
|
||||
// Returns exactly `n` values, linearly interpolated between `a` and `b`.
|
||||
// If `endpoint` is true, then the last value will exactly equal `b`.
|
||||
// If `endpoint` is false, then the last value will about `a+(b-a)*(1-1/n)`.
|
||||
// If `endpoint` is false, then the last value will be `a+(b-a)*(1-1/n)`.
|
||||
// Arguments:
|
||||
// a = First value or vector.
|
||||
// b = Second value or vector.
|
||||
|
Reference in New Issue
Block a user