Corrected grammar in comment.

This commit is contained in:
Revar Desmera 2018-10-09 15:35:40 -07:00
parent 924a35188c
commit e3227ef66b

View File

@ -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] ];