1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 02:04:16 +02:00
This commit is contained in:
Justin Lin
2020-04-24 11:26:51 +08:00
parent 2b5e0b59c9
commit f32242d24f
3 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -8,7 +8,7 @@
*
**/
use <_impl/_rotate_p_impl.scad>;
use <ptf/_impl/_rotate_p_impl.scad>;
function rotate_p(point, a, v) =
let(_ = echo("<b><i>rotate_p</i> is deprecated: use <i>ptf_rotate</i> instead.</b>"))