1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-21 14:41:51 +02:00

remove module

This commit is contained in:
Justin Lin 2022-05-09 16:16:11 +08:00
parent 68db8eeb6c
commit 969595b4c8

View File

@ -8,6 +8,4 @@
*
**/
use <../__comm__/__angy_angz.scad>;
function polar_coordinate(point) = [norm(point), atan2(point.y, point.x)]; // r, theta