1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-19 13:01:37 +02:00
This commit is contained in:
Justin Lin
2021-02-11 15:53:25 +08:00
parent e4174c8be2
commit 6ee1102a04
6 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ use <../__comm__/__to3d.scad>;
use <../__comm__/__to2d.scad>;
use <../__comm__/__angy_angz.scad>;
use <../bezier_curve.scad>;
use <../angle_between.scad>;
use <../util/angle_between.scad>;
function _corner_ctrl_pts(round_d, p1, p2, p3) =
let(

View File

@@ -1,3 +1,3 @@
use <__comm__/__angy_angz.scad>;
use <../__comm__/__angy_angz.scad>;
function polar_coordinate(point) = [norm(point), atan2(point[1], point[0])]; // r, theta