Skip to main content
2 of 3
added 343 characters in body

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.