mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-16 11:44:50 +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);
|
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) =
|
function rotate_p(point, a, v) =
|
||||||
let(_ = echo("<b><i>rotate_p</i> is deprecated: use <i>ptf_rotate</i> instead.</b>"))
|
let(_ = echo("<b><i>rotate_p</i> is deprecated: use <i>ptf_rotate</i> instead.</b>"))
|
||||||
|
Reference in New Issue
Block a user