You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: node-graph/gstd/src/vector.rs
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,23 @@ use std::ops::Mul;
13
13
// TODO: since before we used a Vec of single-row tables and now we use a single table
14
14
// TODO: with multiple rows while still assuming a single row for the boolean operations.
15
15
16
+
/// Combines the geometric forms of one or more closed paths into a new vector path that results from cutting or joining the paths by the chosen method.
0 commit comments