mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-04-21 06:31:51 +02:00
fix include
This commit is contained in:
parent
70879d4c73
commit
3ac4136043
@ -9,6 +9,6 @@
|
||||
**/
|
||||
|
||||
include <__comm__/__to_ang_vect.scad>;
|
||||
include <__comm__/__m_rotation.scad>;
|
||||
include <matrix/__comm__/__m_rotation.scad>;
|
||||
|
||||
function m_rotation(a, v) = __m_rotation(a, v);
|
@ -8,6 +8,6 @@
|
||||
*
|
||||
**/
|
||||
|
||||
include <__comm__/__m_scaling.scad>;
|
||||
include <matrix/__comm__/__m_scaling.scad>;
|
||||
|
||||
function m_scaling(s) = __m_scaling(s);
|
Loading…
x
Reference in New Issue
Block a user