1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 10:14:41 +02:00

missed _edge_r.scad

This commit is contained in:
Justin Lin
2019-05-15 19:41:43 +08:00
parent ec102fbdee
commit 09016a31cd

View File

@@ -9,9 +9,10 @@
**/ **/
include <__private__/__frags.scad>; include <__private__/__frags.scad>;
include <__private__/__is_vector.scad>; include <__private__/__is_float.scad>;
include <__private__/__ra_to_xy.scad>; include <__private__/__ra_to_xy.scad>;
include <__private__/__shape_arc.scad>; include <__private__/__shape_arc.scad>;
include <__private__/__edge_r.scad>
function shape_arc(radius, angle, width, width_mode = "LINE_CROSS") = function shape_arc(radius, angle, width, width_mode = "LINE_CROSS") =
__shape_arc(radius, angle, width, width_mode); __shape_arc(radius, angle, width, width_mode);