summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-02-21 12:16:40 +0000
committerdakkar <dakkar@thenautilus.net>2020-02-21 12:16:40 +0000
commitc54ee9da48099c8aa67b850195ec3a08eb29fbcb (patch)
treec8eb359f698ede0260293ff6235ab59590d39a97
parentcomments (diff)
downloadimpossible-objects-c54ee9da48099c8aa67b850195ec3a08eb29fbcb.tar.gz
impossible-objects-c54ee9da48099c8aa67b850195ec3a08eb29fbcb.tar.bz2
impossible-objects-c54ee9da48099c8aa67b850195ec3a08eb29fbcb.zip
another arrow
-rw-r--r--ambiguous-cylinders.scad6
1 files changed, 6 insertions, 0 deletions
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);