Skip to main content
Bounty Awarded with 400 reputation awarded by xnor
added 141 characters in body
Source Link

Python, 73 bytes

x={3*(55,),(89,34,0)} for s in(-1,1)*3:x|={(s*y,*z)for*z,y in x} print(x) 

Attempt This Online!

Same approach as @xnor (I think), i.e. flip signs and rotate coordinates random-ish-ly. Only, I'm being more simple-minded about it ;-)

Retired Python, 103 bytes

*x,x[7],x[2]=6*[-55,55] *y,y[11],_,_,y[2]=3*[-34,0,-89,34,0,89] for a in x,y:*map(print,a,a[1:],a[2:]), 

Attempt This Online!

Integer coordinates from @alephalpha / @xnor via @Arnauld.

Python, 73 bytes

x={3*(55,),(89,34,0)} for s in(-1,1)*3:x|={(s*y,*z)for*z,y in x} print(x) 

Attempt This Online!

Retired Python, 103 bytes

*x,x[7],x[2]=6*[-55,55] *y,y[11],_,_,y[2]=3*[-34,0,-89,34,0,89] for a in x,y:*map(print,a,a[1:],a[2:]), 

Attempt This Online!

Integer coordinates from @alephalpha / @xnor via @Arnauld.

Python, 73 bytes

x={3*(55,),(89,34,0)} for s in(-1,1)*3:x|={(s*y,*z)for*z,y in x} print(x) 

Attempt This Online!

Same approach as @xnor (I think), i.e. flip signs and rotate coordinates random-ish-ly. Only, I'm being more simple-minded about it ;-)

Retired Python, 103 bytes

*x,x[7],x[2]=6*[-55,55] *y,y[11],_,_,y[2]=3*[-34,0,-89,34,0,89] for a in x,y:*map(print,a,a[1:],a[2:]), 

Attempt This Online!

Integer coordinates from @alephalpha / @xnor via @Arnauld.

added 343 characters in body
Source Link

Python, 10373 bytes

x={3*(55,),(89,34,0)} for s in(-1,1)*3:x|={(s*y,*z)for*z,y in x} print(x) 

Attempt This Online!

Retired Python, 103 bytes

*x,x[7],x[2]=6*[-55,55] *y,y[11],_,_,y[2]=3*[-34,0,-89,34,0,89] for a in x,y:*map(print,a,a[1:],a[2:]), 

Attempt This Online!

Integer coordinates from @alephalpha / @xnor via @Arnauld.

Python, 103 bytes

*x,x[7],x[2]=6*[-55,55] *y,y[11],_,_,y[2]=3*[-34,0,-89,34,0,89] for a in x,y:*map(print,a,a[1:],a[2:]), 

Attempt This Online!

Integer coordinates from @alephalpha / @xnor via @Arnauld.

Python, 73 bytes

x={3*(55,),(89,34,0)} for s in(-1,1)*3:x|={(s*y,*z)for*z,y in x} print(x) 

Attempt This Online!

Retired Python, 103 bytes

*x,x[7],x[2]=6*[-55,55] *y,y[11],_,_,y[2]=3*[-34,0,-89,34,0,89] for a in x,y:*map(print,a,a[1:],a[2:]), 

Attempt This Online!

Integer coordinates from @alephalpha / @xnor via @Arnauld.

Source Link

Python, 103 bytes

*x,x[7],x[2]=6*[-55,55] *y,y[11],_,_,y[2]=3*[-34,0,-89,34,0,89] for a in x,y:*map(print,a,a[1:],a[2:]), 

Attempt This Online!

Integer coordinates from @alephalpha / @xnor via @Arnauld.