1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00
This commit is contained in:
Justin Lin
2020-01-27 08:25:18 +08:00
parent f92bb8788e
commit 6e136008bf

View File

@@ -8,6 +8,6 @@
* *
**/ **/
include <matrix/__comm__/__m_shearing.scad>; use <matrix/__comm__/__m_shearing.scad>;
function m_shearing(sx = [0, 0], sy = [0, 0], sz = [0, 0]) = __m_shearing(sx, sy, sz); function m_shearing(sx = [0, 0], sy = [0, 0], sz = [0, 0]) = __m_shearing(sx, sy, sz);