mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-16 21:58:26 +01:00
update doc
This commit is contained in:
parent
11f9a5b58a
commit
505e514075
@ -13,6 +13,8 @@ Eliminating duplicate copies of repeating vectors.
|
||||
|
||||
## Examples
|
||||
|
||||
use <util/dedup.scad>
|
||||
|
||||
eq = function(e1, e2) e1[0] == e2[0] && e1[1] == e2[1] && e1[2] == e2[2];
|
||||
|
||||
points = [[1, 1, 2], [3, 4, 2], [7, 2, 2], [3, 4, 2], [1, 2, 3]];
|
||||
|
Loading…
x
Reference in New Issue
Block a user