1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-07 23:37:13 +02:00
This commit is contained in:
Justin Lin
2020-01-27 08:27:50 +08:00
parent 267dcd498f
commit 66a97cf5d9
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
use <__comm__/__to_ang_vect.scad>;
function __m_rotation_q_rotation(a, v) = function __m_rotation_q_rotation(a, v) =
let( let(
half_a = a / 2, half_a = a / 2,

View File

@@ -8,7 +8,6 @@
* *
**/ **/
include <__comm__/__to_ang_vect.scad>; use <matrix/__comm__/__m_rotation.scad>;
include <matrix/__comm__/__m_rotation.scad>;
function m_rotation(a, v) = __m_rotation(a, v); function m_rotation(a, v) = __m_rotation(a, v);