Skip to content

Commit 775a3e7

Browse files
authored
chore(): Minor tweaks (#30)
* chore(pkg): updated csg.js dependency * docs(rotate_extrude): added missing parameter to docstrings
1 parent eabb5e3 commit 775a3e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ops-extrusions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function linear_extrude (p, s) {
3232
* @param {Float} [options.angle=1] - angle of the extrusion, in degrees
3333
* @param {Float} [options.overflow='cap'] - what to do with points outside of bounds (+ / - x) :
3434
* defaults to capping those points to 0 (only supported behaviour for now)
35+
* @param {CAG} baseShape input 2d shape
3536
* @returns {CSG} new extruded shape
3637
*
3738
* @example

0 commit comments

Comments
 (0)