From 66a97cf5d984ba05b0b25787475f27cb2478dbe1 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 27 Jan 2020 08:27:50 +0800 Subject: [PATCH] use scad --- src/matrix/__comm__/__m_rotation.scad | 2 ++ src/matrix/m_rotation.scad | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/matrix/__comm__/__m_rotation.scad b/src/matrix/__comm__/__m_rotation.scad index 4ce85d6a..be8724ae 100644 --- a/src/matrix/__comm__/__m_rotation.scad +++ b/src/matrix/__comm__/__m_rotation.scad @@ -1,3 +1,5 @@ +use <__comm__/__to_ang_vect.scad>; + function __m_rotation_q_rotation(a, v) = let( half_a = a / 2, diff --git a/src/matrix/m_rotation.scad b/src/matrix/m_rotation.scad index c40a554b..46385fe2 100644 --- a/src/matrix/m_rotation.scad +++ b/src/matrix/m_rotation.scad @@ -8,7 +8,6 @@ * **/ -include <__comm__/__to_ang_vect.scad>; -include ; +use ; function m_rotation(a, v) = __m_rotation(a, v); \ No newline at end of file