mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-19 13:01:37 +02:00
refactor
This commit is contained in:
@@ -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(
|
||||
|
@@ -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
|
Reference in New Issue
Block a user