Cradicle Explorer
dotSCAD.git
Info
Issues
Patches
Wallets
Source
Source
docs
examples
featured_img
src
__comm__
_impl
experimental
_impl
demo
circle_packing.scad
circle_packing2.scad
circle_packing3.scad
convex_centroid.scad
convex_ct_clk_order.scad
convex_hull2.scad
convex_hull3.scad
convex_offset.scad
differential_line_growth.scad
fibonacci_lattice2.scad
foliage_scroll.scad
gcd.scad
great_circle_arc.scad
gyroid.scad
hollow_out_sweep.scad
kogan_sphere.scad
lcm.scad
lemniscate_2circles.scad
lemniscate_curve.scad
note.md
perlin_sphere.scad
ptf_c2sphere.scad
r_union2.scad
r_union3.scad
reaction_diffusion.scad
tile_hitomezashi.scad
tile_penrose2.scad
tile_penrose3.scad
tile_truchet.scad
tile_w2c.scad
tile_w2e.scad
tile_wfc.scad
tri_alpha_complex.scad
tri_arc_path.scad
tri_bisectors.scad
tri_circle_packing.scad
tri_is_ccw.scad
wireframe.scad
worley_sphere.scad
matrix
maze
noise
part
polyhedra
pp
ptf
surface
triangle
turtle
util
voronoi
voxel
along_with.scad
angle_between.scad
arc.scad
arc_path.scad
archimedean_spiral.scad
archimedean_spiral_extrude.scad
bauer_spiral.scad
bend.scad
bend_extrude.scad
bezier_curve.scad
bezier_smooth.scad
bezier_surface.scad
bijection_offset.scad
box_extrude.scad
bspline_curve.scad
contours.scad
cross_sections.scad
crystal_ball.scad
curve.scad
ellipse_extrude.scad
fibonacci_lattice.scad
function_grapher.scad
golden_spiral.scad
golden_spiral_extrude.scad
helix.scad
helix_extrude.scad
hexagons.scad
hollow_out.scad
hull_polyline2d.scad
hull_polyline3d.scad
in_polyline.scad
in_shape.scad
line2d.scad
line3d.scad
lines_intersection.scad
loft.scad
midpt_smooth.scad
multi_line_text.scad
path_extrude.scad
path_scaling_sections.scad
paths2sections.scad
pie.scad
polygon_hull.scad
polyhedron_hull.scad
polyline2d.scad
polyline3d.scad
polyline_join.scad
rails2sections.scad
ring_extrude.scad
rounded_cube.scad
rounded_cylinder.scad
rounded_extrude.scad
rounded_square.scad
select.scad
shape_arc.scad
shape_circle.scad
shape_cyclicpolygon.scad
shape_ellipse.scad
shape_liquid_splitting.scad
shape_path_extend.scad
shape_pentagram.scad
shape_pie.scad
shape_square.scad
shape_star.scad
shape_starburst.scad
shape_superformula.scad
shape_taiwan.scad
shape_trapezium.scad
shear.scad
sphere_spiral.scad
sphere_spiral_extrude.scad
starburst.scad
stereographic_extrude.scad
sweep.scad
torus_knot.scad
trim_shape.scad
unittest.scad
test
.gitignore
LICENSE
README.md
RELEASE.md
_config.yml
/
src
/
experimental
/ convex_hull2.scad
convex_hull2.scad
1
use <../__comm__/_convex_hull2.scad>
2
3
function convex_hull2(points) = _convex_hull2(points);