From c54ee9da48099c8aa67b850195ec3a08eb29fbcb Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 21 Feb 2020 12:16:40 +0000 Subject: another arrow --- ambiguous-cylinders.scad | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ambiguous-cylinders.scad b/ambiguous-cylinders.scad index 965942d..c65352c 100644 --- a/ambiguous-cylinders.scad +++ b/ambiguous-cylinders.scad @@ -127,6 +127,12 @@ module arrow(length=10) { [ 2.5,-3], [ 2,-1], [-4.5,-1] ]); } +module fat_arrow(length=10) { + scale([length/10,length/10,length/10]) + polygon([ [-5, 0], [-4, 1.5], [-1, 1.5], [ 0.5, 4], [ 5, 0], + [ 0.5,-4], [-1,-1.5], [-4,-1.5] ]); +} + ambiguous_cylinder() { rotate([0,0,90]) arrow(30); rotate([0,0,-90]) arrow(30); -- cgit v1.2.3