mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +02:00
add m_scaling
This commit is contained in:
6
src/m_scaling.scad
Normal file
6
src/m_scaling.scad
Normal file
@@ -0,0 +1,6 @@
|
||||
function m_scaling(v) = [
|
||||
[v[0], 0, 0, 0],
|
||||
[0, v[1], 0, 0],
|
||||
[0, 0, v[2], 0],
|
||||
[0, 0, 0, 1]
|
||||
];
|
Reference in New Issue
Block a user