mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 21:58:27 +01:00
Corrected grammar in comment.
This commit is contained in:
parent
924a35188c
commit
e3227ef66b
@ -187,7 +187,7 @@ function points_along_path3d(
|
||||
// extrudes it perpendicularly along a 3D polyline path, forming a solid.
|
||||
// polyline = Array of points of a polyline path, to be extruded.
|
||||
// path = Array of points of a polyline path, to extrude along.
|
||||
// convexity = max number of surfaces any single ray can pass through.
|
||||
// convexity = max number of surfaces any single ray could pass through.
|
||||
// Example:
|
||||
// shape = [ [-15, 0], [0, 0], [-5, 10], [0, 10], [5, 10], [10, 5], [15, 0], [10, -5], [5, -10], [0, -10], [-5, -10], [-10, -5], [-15, 0] ];
|
||||
// path = [ [0, 0, 0], [100, 33, 33], [200, -33, -33], [300, 0, 0] ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user