1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 16:54:23 +02:00
This commit is contained in:
Justin Lin
2020-01-27 16:22:14 +08:00
parent e6b10ab416
commit a646846b9a

View File

@@ -8,7 +8,7 @@
*
**/
include <matrix/m_shearing.scad>;
use <matrix/m_shearing.scad>;
module shear(sx = [0, 0], sy = [0, 0], sz = [0, 0]) {
multmatrix(m_shearing(sx, sy, sz)) children();