mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 03:50:27 +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) =
|
||||
let(
|
||||
half_a = a / 2,
|
||||
|
@@ -8,7 +8,6 @@
|
||||
*
|
||||
**/
|
||||
|
||||
include <__comm__/__to_ang_vect.scad>;
|
||||
include <matrix/__comm__/__m_rotation.scad>;
|
||||
use <matrix/__comm__/__m_rotation.scad>;
|
||||
|
||||
function m_rotation(a, v) = __m_rotation(a, v);
|
Reference in New Issue
Block a user