mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 09:44:16 +02:00
use relative path
This commit is contained in:
@@ -8,6 +8,6 @@
|
|||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
use <_impl/_ptf_rotate_impl.scad>;
|
use <../_impl/_ptf_rotate_impl.scad>;
|
||||||
|
|
||||||
function ptf_rotate(point, a, v) = _rotate_p_impl(point, a, v);
|
function ptf_rotate(point, a, v) = _rotate_p_impl(point, a, v);
|
Reference in New Issue
Block a user