diff --git a/src/rotate_p.scad b/src/rotate_p.scad index ab8aab65..7480cfcb 100644 --- a/src/rotate_p.scad +++ b/src/rotate_p.scad @@ -96,4 +96,4 @@ function _q_rotate_p(p, a, v) = ); function rotate_p(point, a, v) = - v == undef ? _rotate_p(point, a) : _q_rotate_p(p, a, v); + v == undef ? _rotate_p(point, a) : _q_rotate_p(point, a, v);