1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-20 06:02:05 +02:00

add reverse

This commit is contained in:
Justin Lin 2019-06-23 09:50:25 +08:00
parent 1a28d90853
commit 862fabcd3a

3
src/util/reverse.scad Normal file
View File

@ -0,0 +1,3 @@
include <util/__comm__/__reverse.scad>;
function reverse(vt) = __reverse(vt);