mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 02:04:16 +02:00
refactor
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);
|
@@ -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>"))
|
||||
|
Reference in New Issue
Block a user