mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-07 23:37:13 +02:00
use scad
This commit is contained in:
@@ -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,
|
||||||
|
@@ -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);
|
Reference in New Issue
Block a user